File tree Expand file tree Collapse file tree 9 files changed +11
-13
lines changed
actions/setup-environment Expand file tree Collapse file tree 9 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
2- ARG RUBY_VERSION=3.3.4
2+ ARG RUBY_VERSION=3.4.6
33FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44
55# Current commit hash environment variable
Original file line number Diff line number Diff line change 1717 - name : Set up Ruby
1818 uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : ' 3.3.4 '
20+ ruby-version : ' 3.4.6 '
2121
2222 - name : Install Control Plane CLI and cpflow gem
2323 shell : bash
Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 node : [22.x]
17- ruby : [3.3.4 ]
17+ ruby : [3.4.6 ]
1818
1919 env :
2020 RAILS_ENV : test
Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 node : [22.x]
17- ruby : [3.3.4 ]
17+ ruby : [3.4.6 ]
1818
1919 env :
2020 RAILS_ENV : test
Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 node : [22.x]
17- ruby : [3.3.4 ]
17+ ruby : [3.4.6 ]
1818
1919 services :
2020 postgres :
Original file line number Diff line number Diff line change 1- 3.3.4
1+ 3.4.6
Original file line number Diff line number Diff line change 33source "https://rubygems.org"
44git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
55
6- ruby "3.3.4 "
6+ ruby "3.4.6 "
77
88gem "react_on_rails" , "16.1.1"
99gem "shakapacker" , "9.0.0.beta.8"
@@ -45,9 +45,9 @@ gem "autoprefixer-rails"
4545
4646gem "awesome_print"
4747
48- # Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
48+ # Needed until Ruby 3.4.6 is released https://github.com/ruby/ruby/pull/11006
4949# Related issue: https://github.com/ruby/net-pop/issues/26
50- # TODO: When Ruby 3.3.4 is released, upgrade Ruby and remove this line
50+ # TODO: When Ruby 3.4.6 is released, upgrade Ruby and remove this line
5151gem "net-pop" , github : "ruby/net-pop"
5252
5353gem "redcarpet"
Original file line number Diff line number Diff line change 148148 factory_bot (~> 6.4 )
149149 railties (>= 5.0.0 )
150150 ffi (1.17.0 )
151- ffi (1.17.0-arm64-darwin )
152- ffi (1.17.0-x86_64-linux-gnu )
153151 foreman (0.88.1 )
154152 generator_spec (0.10.0 )
155153 activesupport (>= 3.0.0 )
@@ -508,7 +506,7 @@ DEPENDENCIES
508506 web-console
509507
510508RUBY VERSION
511- ruby 3.3.4p94
509+ ruby 3.4.6p54
512510
513511BUNDLED WITH
514512 2.4.17
Original file line number Diff line number Diff line change 33
44echo " 🚀 Setting up React on Rails workspace..."
55
6- # Note: This project requires Ruby 3.3.4.
6+ # Note: This project requires Ruby 3.4.6.
77# Please ensure you have the correct Ruby version active before running this script.
88
99# Copy environment files if they exist in the root
You can’t perform that action at this time.
0 commit comments