ugprade to sinatra 2.0.3

This commit is contained in:
Kyle Drake 2018-06-14 12:02:50 -07:00
parent a8d64e0af5
commit 966e5106e8
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -175,10 +175,10 @@ GEM
pry (~> 0.10) pry (~> 0.10)
public_suffix (3.0.1) public_suffix (3.0.1)
puma (3.11.0) puma (3.11.0)
rack (2.0.4) rack (2.0.5)
rack-cache (1.7.1) rack-cache (1.7.1)
rack (>= 0.4) rack (>= 0.4)
rack-protection (2.0.1) rack-protection (2.0.3)
rack rack
rack-test (0.8.2) rack-test (0.8.2)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -234,10 +234,10 @@ GEM
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
simpleidn (0.0.9) simpleidn (0.0.9)
sinatra (2.0.1) sinatra (2.0.3)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.0) rack (~> 2.0)
rack-protection (= 2.0.1) rack-protection (= 2.0.3)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-flash (0.3.0) sinatra-flash (0.3.0)
sinatra (>= 1.0.0) sinatra (>= 1.0.0)
@ -346,7 +346,7 @@ DEPENDENCIES
sidekiq (~> 4.1.2) sidekiq (~> 4.1.2)
simplecov simplecov
simpleidn simpleidn
sinatra (= 2.0.1) sinatra (= 2.0.3)
sinatra-flash sinatra-flash
sinatra-xsendfile sinatra-xsendfile
stripe (= 1.15.0) stripe (= 1.15.0)