File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Ruby
1313 uses : ruby/setup-ruby@v1
1414 with :
15- ruby-version : " 3.3 "
15+ ruby-version : " 3.4.8 "
1616 bundler-cache : true
1717 - name : Docker login
1818 run : echo ${{ secrets.DOCKER_REGISTRY_PASSWORD }} | docker login docker.io --password-stdin --username ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33# The Ruby version should match the lowest acceptable version of the application
4- ruby "~> 3.3.10 "
4+ ruby "~> 3.4.0 "
55
66plugin 'bundler-inject'
77require File . join ( Bundler ::Plugin . index . load_paths ( "bundler-inject" ) [ 0 ] , "bundler-inject" ) rescue nil
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ DEPENDENCIES
423423 webmock
424424
425425RUBY VERSION
426- ruby 3.3.10p183
426+ ruby 3.4.8p72
427427
428428BUNDLED WITH
429429 2.7.2
You can’t perform that action at this time.
0 commit comments