Compare commits
No commits in common. "2538335e1786e6896bbc9f31bf30b5cd94e1d20c" and "8b49e3e2613454c0f13b415362a2b3c486a58d6b" have entirely different histories.
2538335e17
...
8b49e3e261
4 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,8 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3.5
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.3.6
|
||||
3.3.5
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
||||
ARG RUBY_VERSION=3.3.6
|
||||
ARG RUBY_VERSION=3.3.1
|
||||
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
|
||||
|
||||
# Rails app lives here
|
||||
|
|
|
@ -309,7 +309,6 @@ GEM
|
|||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm64-darwin-23
|
||||
arm64-darwin-24
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
@ -335,4 +334,4 @@ DEPENDENCIES
|
|||
web-console
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.23
|
||||
2.5.18
|
||||
|
|
Loading…
Add table
Reference in a new issue