Skip to content

Commit c5cc2a6

Browse files
authored
downgrade ruby to 3.1.6 (#44)
* downgrade ruby * update cache
1 parent 8d96d54 commit c5cc2a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.1.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.3.0"
4+
ruby "3.1.6"
55

66
gem "rails"
77

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ DEPENDENCIES
252252
sinatra
253253

254254
RUBY VERSION
255-
ruby 3.3.0
255+
ruby 3.1.6
256256

257257
BUNDLED WITH
258-
2.5.3
258+
2.3.27

0 commit comments

Comments
 (0)