mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Bump puma from 3.12.1 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.1...v3.12.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f84e5a67c9
commit
dbf91a1af0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ gem 'sequel'
|
|||
gem 'bcrypt'
|
||||
gem 'sinatra-flash', require: 'sinatra/flash'
|
||||
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
||||
gem 'puma', '3.12.1', require: nil
|
||||
gem 'puma', '3.12.2', require: nil
|
||||
gem 'rmagick', require: nil
|
||||
gem 'sidekiq', '~> 4.2.10'
|
||||
gem 'mail'
|
||||
|
|
|
@ -171,7 +171,7 @@ GEM
|
|||
byebug (~> 11.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (4.0.1)
|
||||
puma (3.12.1)
|
||||
puma (3.12.2)
|
||||
rack (2.0.7)
|
||||
rack-cache (1.9.0)
|
||||
rack (>= 0.4)
|
||||
|
@ -328,7 +328,7 @@ DEPENDENCIES
|
|||
pg
|
||||
pry
|
||||
pry-byebug
|
||||
puma (= 3.12.1)
|
||||
puma (= 3.12.2)
|
||||
rack-cache
|
||||
rack-test
|
||||
rack_session_access
|
||||
|
|
Loading…
Add table
Reference in a new issue