Skip to content

Commit

Permalink
change version to compat with server
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorsverhoef committed Jun 13, 2023
1 parent 90957e4 commit 5458490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3.5.2
- uses: ruby/setup-ruby@v1.68.0
with:
ruby-version: 3.1.4
ruby-version: 3.0.1
- uses: actions/cache@v1
with:
path: vendor/bundle
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '3.1.4'
ruby '3.0.1'

gem "activerecord-typedstore", "~> 1.1.1"
gem "actionpack", "~> 5.2", ">= 5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.1.4p223
ruby 3.0.1p64

BUNDLED WITH
2.2.15

0 comments on commit 5458490

Please sign in to comment.