mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
update sinatra to 2.0.1
This commit is contained in:
parent
dae2466487
commit
2c4972d89c
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'sinatra', '2.0.0'
|
||||
gem 'sinatra', '2.0.1'
|
||||
gem 'redis'
|
||||
gem 'redis-namespace'
|
||||
gem 'sequel'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -150,7 +150,7 @@ GEM
|
|||
msgpack (1.2.0)
|
||||
multi_json (1.12.2)
|
||||
multipart-post (2.0.0)
|
||||
mustermann (1.0.1)
|
||||
mustermann (1.0.2)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (4.2.0)
|
||||
|
@ -175,10 +175,10 @@ GEM
|
|||
pry (~> 0.10)
|
||||
public_suffix (3.0.1)
|
||||
puma (3.11.0)
|
||||
rack (2.0.3)
|
||||
rack (2.0.4)
|
||||
rack-cache (1.7.1)
|
||||
rack (>= 0.4)
|
||||
rack-protection (2.0.0)
|
||||
rack-protection (2.0.1)
|
||||
rack
|
||||
rack-test (0.8.2)
|
||||
rack (>= 1.0, < 3)
|
||||
|
@ -234,10 +234,10 @@ GEM
|
|||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
simpleidn (0.0.9)
|
||||
sinatra (2.0.0)
|
||||
sinatra (2.0.1)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.0)
|
||||
rack-protection (= 2.0.1)
|
||||
tilt (~> 2.0)
|
||||
sinatra-flash (0.3.0)
|
||||
sinatra (>= 1.0.0)
|
||||
|
@ -346,7 +346,7 @@ DEPENDENCIES
|
|||
sidekiq (~> 4.1.2)
|
||||
simplecov
|
||||
simpleidn
|
||||
sinatra (= 2.0.0)
|
||||
sinatra (= 2.0.1)
|
||||
sinatra-flash
|
||||
sinatra-xsendfile
|
||||
stripe (= 1.15.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue