File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5050 test :
5151 docker :
5252 # specify the version you desire here
53- - image : cimg/ruby:3.0-browsers
53+ - image : cimg/ruby:3.0.0 -browsers
5454 environment :
5555 BUNDLE_GEMFILE : Gemfile
5656 BUNDLE_PATH : vendor/bundle
@@ -158,7 +158,7 @@ jobs:
158158 path : ./tmp/screenshots
159159 lint :
160160 docker :
161- - image : cimg/ruby:3.0-node
161+ - image : cimg/ruby:3.0.0 -node
162162 environment :
163163 DISABLE_SPRING : 1
164164 BUNDLE_GEMFILE : Gemfile.tools
@@ -198,7 +198,7 @@ jobs:
198198
199199 upgrade_tools :
200200 docker :
201- - image : cimg/ruby:3.0-node
201+ - image : cimg/ruby:3.0.0 -node
202202 environment :
203203 DISABLE_SPRING : 1
204204 BUNDLE_GEMFILE : Gemfile.tools
Original file line number Diff line number Diff line change 3131 - name : Set up Ruby
3232 uses : ruby/setup-ruby@v1
3333 with :
34- ruby-version : 3.0
3534 bundler-cache : true
3635
3736 - name : Use Node.js
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
33
4- ruby '3.0.0'
4+ ruby RUBY_VERSION
55
66# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
77gem 'rails' , '~> 6.1.3' , '>= 6.1.3.1'
You can’t perform that action at this time.
0 commit comments