File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -243,9 +243,9 @@ jobs:
243243 with :
244244 ref : " ${{ github.event.pull_request.head.sha }}"
245245 - name : Configure Ruby
246- uses : actions /setup-ruby@v1
246+ uses : ruby /setup-ruby@v1
247247 with :
248- ruby-version : ' 2.7 '
248+ ruby-version : 3.0.2
249249 - name : Cache bundler intermediate products
250250 uses : actions/cache@v2
251251 with :
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22source "https://rubygems.org"
3- ruby "2.7 .2"
3+ ruby "3.0 .2"
Original file line number Diff line number Diff line change @@ -366,9 +366,9 @@ workflows:
366366 - *checkout_pr
367367
368368 - name : " Configure Ruby"
369- uses : actions /setup-ruby@v1
369+ uses : ruby /setup-ruby@v1
370370 with :
371- ruby-version : ' 2.7 '
371+ ruby-version : ' 3.0.2 '
372372
373373 - name : " Cache bundler intermediate products"
374374 uses : actions/cache@v2
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22source 'https://rubygems.org'
3- ruby '2.7.4 '
3+ ruby '3.0.2 '
44
55gem 'capybara' , '~> 3.35'
66gem 'rspec' , '~> 3.10'
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ DEPENDENCIES
6868 webdrivers (~> 5.0 )
6969
7070RUBY VERSION
71- ruby 2.7.4p191
71+ ruby 3.0.2p107
7272
7373BUNDLED WITH
74- 2.1.4
74+ 2.2.30
You can’t perform that action at this time.
0 commit comments