File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
actions/setup-environment Expand file tree Collapse file tree 9 files changed +9
-9
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.3
2+ ARG RUBY_VERSION=3.3.4
33FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44
55# Install packages needed to build gems and node modules
Original file line number Diff line number Diff line change 99 - name : Set up Ruby
1010 uses : ruby/setup-ruby@v1
1111 with :
12- ruby-version : ' 3.3.3 '
12+ ruby-version : ' 3.3.4 '
1313
1414 - name : Install Control Plane CLI and cpflow gem
1515 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.3 ]
17+ ruby : [3.3.4 ]
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.3 ]
17+ ruby : [3.3.4 ]
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.3 ]
17+ ruby : [3.3.4 ]
1818
1919 services :
2020 postgres :
Original file line number Diff line number Diff line change 1- v22.3 .0
1+ 22.12 .0
Original file line number Diff line number Diff line change 1- 3.3.3
1+ 3.3.4
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.3 "
6+ ruby "3.3.4 "
77
88gem "react_on_rails" , "14.1.0.rc.0"
99gem "shakapacker" , "8.0.0"
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ DEPENDENCIES
494494 web-console
495495
496496RUBY VERSION
497- ruby 3.3.3p89
497+ ruby 3.3.4p94
498498
499499BUNDLED WITH
500500 2.4.17
You can’t perform that action at this time.
0 commit comments