File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 - name : Set up Ruby
4646 uses : ruby/setup-ruby@v1
4747 with :
48- ruby-version : 3.3.0
48+ ruby-version : 3.1.6
4949
5050 - name : Cache gems
51- uses : actions/cache@v2
51+ uses : actions/cache@v3
5252 with :
5353 path : vendor/bundle
5454 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 1- 3.3.0
1+ 3.1.6
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.3.0 "
4+ ruby "3.1.6 "
55
66gem "rails"
77
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ DEPENDENCIES
252252 sinatra
253253
254254RUBY VERSION
255- ruby 3.3.0
255+ ruby 3.1.6
256256
257257BUNDLED WITH
258- 2.5.3
258+ 2.3.27
You can’t perform that action at this time.
0 commit comments