forked from fixin.me/fixin.me
Upgrade Puma to 6 for compatibility
This commit is contained in:
parent
d1c24b9172
commit
41d24efb52
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||||||
gem "rails", "~> 7.1.2"
|
gem "rails", "~> 7.1.2"
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
gem "mysql2", "~> 0.5"
|
gem "mysql2", "~> 0.5"
|
||||||
gem "puma", "~> 5.0"
|
gem "puma", "~> 6.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 ]
|
||||||
|
@ -150,7 +150,7 @@ GEM
|
|||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
stringio
|
stringio
|
||||||
public_suffix (5.0.4)
|
public_suffix (5.0.4)
|
||||||
puma (5.6.7)
|
puma (6.4.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.7.3)
|
racc (1.7.3)
|
||||||
rack (3.0.8)
|
rack (3.0.8)
|
||||||
@ -257,7 +257,7 @@ DEPENDENCIES
|
|||||||
devise
|
devise
|
||||||
importmap-rails
|
importmap-rails
|
||||||
mysql2 (~> 0.5)
|
mysql2 (~> 0.5)
|
||||||
puma (~> 5.0)
|
puma (~> 6.0)
|
||||||
rails (~> 7.1.2)
|
rails (~> 7.1.2)
|
||||||
sassc-rails
|
sassc-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user