Skip to content

Commit

Permalink
Merge pull request #17 from atmattpatt/dependabot/bundler/sinatra-2.0.3
Browse files Browse the repository at this point in the history
[Security] Bump sinatra from 2.0.1 to 2.0.3
  • Loading branch information
Matthew Patterson committed Jul 6, 2018
2 parents 7842875 + 765dd68 commit 541052e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'unicorn', '5.4.0'
gem 'sinatra', '2.0.1'
gem 'sinatra', '2.0.3'

group :development do
gem 'shotgun', '0.9.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ GEM
kgio (2.11.2)
libv8 (3.16.14.19)
mustermann (1.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack (2.0.5)
rack-protection (2.0.3)
rack
raindrops (0.19.0)
rake (10.3.2)
ref (2.0.0)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (2.0.1)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
rack-protection (= 2.0.3)
tilt (~> 2.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
Expand All @@ -41,7 +41,7 @@ DEPENDENCIES
cssminify (= 1.0.2)
rake (~> 10.3)
shotgun (= 0.9.2)
sinatra (= 2.0.1)
sinatra (= 2.0.3)
therubyracer (= 0.12.3)
uglifier (= 4.1.6)
unicorn (= 5.4.0)
Expand Down

0 comments on commit 541052e

Please sign in to comment.