fix: Ruby version change
This commit is contained in:
parent
308b545cf4
commit
c69d4208f3
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
3.0.2
|
||||
3.0.4
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '3.0.2'
|
||||
ruby '3.0.4'
|
||||
|
||||
##-- base gems for rails --##
|
||||
gem 'rack-cors', require: 'rack/cors'
|
||||
|
|
|
@ -752,7 +752,7 @@ DEPENDENCIES
|
|||
working_hours
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.0.2p107
|
||||
ruby 3.0.4p208
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.8
|
||||
2.3.10
|
||||
|
|
Loading…
Reference in a new issue