Revert to Ruby 3.0.0
This commit is contained in:
parent
e27d644941
commit
e50dbeb9aa
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
ruby-3.1.2
|
ruby-3.0.0
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.1.2'
|
ruby '3.0.0'
|
||||||
|
|
||||||
gem 'bootsnap'
|
gem 'bootsnap'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|
|
||||||
|
|
@ -336,7 +336,7 @@ DEPENDENCIES
|
||||||
will_paginate (~> 3.3)
|
will_paginate (~> 3.3)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.1.2p20
|
ruby 3.0.0p0
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.3.26
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue