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.1 "
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.1.4 "
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 @@ -411,7 +411,7 @@ DEPENDENCIES
411411 webmock
412412
413413RUBY VERSION
414- ruby 3.1.6p260
414+ ruby 3.4.8p72
415415
416416BUNDLED WITH
417417 2.4.22
You can’t perform that action at this time.
0 commit comments