mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
some minor bundle updates (and puma 4)
This commit is contained in:
parent
f647daa87e
commit
ee94e4e540
2 changed files with 13 additions and 11 deletions
4
Gemfile
4
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'sinatra', '2.0.3'
|
||||
gem 'sinatra', '2.0.5'
|
||||
gem 'redis'
|
||||
gem 'redis-namespace'
|
||||
gem 'sequel'
|
||||
|
@ -9,7 +9,7 @@ gem 'sinatra-flash', require: 'sinatra/flash'
|
|||
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
||||
gem 'puma', require: nil
|
||||
gem 'rmagick', require: nil
|
||||
gem 'sidekiq', '~> 4.1.2'
|
||||
gem 'sidekiq', '~> 4.2.10'
|
||||
gem 'mail'
|
||||
gem 'tilt'
|
||||
gem 'erubis'
|
||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -152,6 +152,7 @@ GEM
|
|||
net-ssh (>= 2.6.5)
|
||||
net-ssh (5.1.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.3.1)
|
||||
nokogiri (1.10.1)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogumbo (2.0.1)
|
||||
|
@ -171,11 +172,12 @@ GEM
|
|||
byebug (~> 10.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (3.0.3)
|
||||
puma (3.12.0)
|
||||
rack (2.0.6)
|
||||
puma (4.0.0)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.0.7)
|
||||
rack-cache (1.8.0)
|
||||
rack (>= 0.4)
|
||||
rack-protection (2.0.3)
|
||||
rack-protection (2.0.5)
|
||||
rack
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
|
@ -221,11 +223,11 @@ GEM
|
|||
sequel (>= 4.38.0)
|
||||
shotgun (0.9.2)
|
||||
rack (>= 1.0)
|
||||
sidekiq (4.1.4)
|
||||
sidekiq (4.2.10)
|
||||
concurrent-ruby (~> 1.0)
|
||||
connection_pool (~> 2.2, >= 2.2.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (~> 3.2, >= 3.2.1)
|
||||
sinatra (>= 1.4.7)
|
||||
simplecov (0.16.1)
|
||||
docile (~> 1.1)
|
||||
json (>= 1.8, < 3)
|
||||
|
@ -233,10 +235,10 @@ GEM
|
|||
simplecov-html (0.10.2)
|
||||
simpleidn (0.1.1)
|
||||
unf (~> 0.1.4)
|
||||
sinatra (2.0.3)
|
||||
sinatra (2.0.5)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.3)
|
||||
rack-protection (= 2.0.5)
|
||||
tilt (~> 2.0)
|
||||
sinatra-flash (0.3.0)
|
||||
sinatra (>= 1.0.0)
|
||||
|
@ -342,10 +344,10 @@ DEPENDENCIES
|
|||
sequel
|
||||
sequel_pg
|
||||
shotgun
|
||||
sidekiq (~> 4.1.2)
|
||||
sidekiq (~> 4.2.10)
|
||||
simplecov
|
||||
simpleidn
|
||||
sinatra (= 2.0.3)
|
||||
sinatra (= 2.0.5)
|
||||
sinatra-flash
|
||||
sinatra-xsendfile
|
||||
stripe (= 4.2.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue