File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 - name : Setup Ruby
7171 uses : ruby/setup-ruby@v1
7272 with :
73- ruby-version : 3.3
73+ ruby-version : 3.4
7474 - uses : actions/cache@v4
7575 with :
7676 path : vendor/bundle
Original file line number Diff line number Diff line change 33source "https://rubygems.org"
44gemspec
55
6- rails_version = ( ENV [ "RAILS_VERSION" ] || "~> 8.0.1 " ) . to_s
6+ rails_version = ( ENV [ "RAILS_VERSION" ] || "~> 8" ) . to_s
77gem "rails" , ( rails_version == "main" ) ? { git : "https://github.com/rails/rails" , ref : "main" } : rails_version
88
9- ruby_version = ( ENV [ "RUBY_VERSION" ] || "~> 3.4.1 " ) . to_s
9+ ruby_version = ( ENV [ "RUBY_VERSION" ] || "~> 3.4" ) . to_s
1010ruby ruby_version
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ DEPENDENCIES
382382 propshaft (~> 1.1.0 )
383383 pry (~> 0.13 )
384384 puma (~> 6 )
385- rails (~> 8.0.1 )
385+ rails (~> 8 )
386386 rake (~> 13.0 )
387387 rspec-rails (~> 5 )
388388 rubocop-md (~> 1 )
You can’t perform that action at this time.
0 commit comments