Merge pull request #396 from neocities/dependabot/bundler/sinatra-2.2.0

Bump sinatra from 2.0.5 to 2.2.0
This commit is contained in:
Kyle Drake 2022-06-22 18:33:09 -05:00 committed by GitHub
commit 586739d4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'sinatra', '2.0.5' gem 'sinatra', '2.2.0'
gem 'redis' gem 'redis'
gem 'redis-namespace' gem 'redis-namespace'
gem 'sequel' gem 'sequel'

View file

@ -160,7 +160,8 @@ GEM
msgpack (1.3.1) msgpack (1.3.1)
multi_json (1.13.1) multi_json (1.13.1)
multipart-post (2.1.1) multipart-post (2.1.1)
mustermann (1.0.3) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-scp (2.0.0) net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0) net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0) net-ssh (5.2.0)
@ -190,7 +191,7 @@ GEM
rack (2.2.3.1) rack (2.2.3.1)
rack-cache (1.9.0) rack-cache (1.9.0)
rack (>= 0.4) rack (>= 0.4)
rack-protection (2.0.5) rack-protection (2.2.0)
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -213,6 +214,7 @@ GEM
rinku (2.0.6) rinku (2.0.6)
rmagick (4.1.2) rmagick (4.1.2)
ruby-progressbar (1.10.1) ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
rye (0.9.13) rye (0.9.13)
annoy annoy
docile (>= 1.0.1) docile (>= 1.0.1)
@ -248,10 +250,10 @@ GEM
simplecov-html (0.10.2) simplecov-html (0.10.2)
simpleidn (0.1.1) simpleidn (0.1.1)
unf (~> 0.1.4) unf (~> 0.1.4)
sinatra (2.0.5) sinatra (2.2.0)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.0) rack (~> 2.2)
rack-protection (= 2.0.5) rack-protection (= 2.2.0)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-flash (0.3.0) sinatra-flash (0.3.0)
sinatra (>= 1.0.0) sinatra (>= 1.0.0)
@ -362,7 +364,7 @@ DEPENDENCIES
sidekiq (~> 5.2.0) sidekiq (~> 5.2.0)
simplecov simplecov
simpleidn simpleidn
sinatra (= 2.0.5) sinatra (= 2.2.0)
sinatra-flash sinatra-flash
sinatra-xsendfile sinatra-xsendfile
stripe (~> 5.17.0) stripe (~> 5.17.0)