forked from fixin.me/fixin.me
Migrate to Ruby 3.1
This commit is contained in:
parent
5b6e986170
commit
6f415dfb62
7
Gemfile
7
Gemfile
@ -1,17 +1,10 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
ruby "2.7.7"
|
|
||||||
|
|
||||||
gem "rails", "~> 7.0.4", ">= 7.0.4.2"
|
gem "rails", "~> 7.0.4", ">= 7.0.4.2"
|
||||||
|
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
|
||||||
gem "mysql2", "~> 0.5"
|
gem "mysql2", "~> 0.5"
|
||||||
|
|
||||||
gem "puma", "~> 5.0"
|
gem "puma", "~> 5.0"
|
||||||
|
|
||||||
gem "sassc-rails"
|
gem "sassc-rails"
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
|
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
|
||||||
|
|
||||||
|
@ -223,8 +223,5 @@ DEPENDENCIES
|
|||||||
web-console
|
web-console
|
||||||
webdrivers
|
webdrivers
|
||||||
|
|
||||||
RUBY VERSION
|
|
||||||
ruby 2.7.7p221
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.33
|
2.3.26
|
||||||
|
Loading…
x
Reference in New Issue
Block a user