Skip to content

Commit

Permalink
Merge pull request #25 from pusher/snyk-fix-e860xs
Browse files Browse the repository at this point in the history
[Snyk] Fix for 2 vulnerable dependencies
  • Loading branch information
mdpye authored Feb 13, 2019
2 parents 646ba7a + 39bac77 commit 62cf7fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion auth_server_example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem 'sinatra'
gem 'sinatra', '>= 2.0.4'
14 changes: 7 additions & 7 deletions auth_server_example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ GEM
remote: https://rubygems.org/
specs:
mustermann (1.0.3)
rack (2.0.5)
rack-protection (2.0.4)
rack (2.0.6)
rack-protection (2.0.5)
rack
sinatra (2.0.4)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
rack-protection (= 2.0.5)
tilt (~> 2.0)
tilt (2.0.8)
tilt (2.0.9)

PLATFORMS
ruby

DEPENDENCIES
sinatra
sinatra (>= 2.0.4)

BUNDLED WITH
1.16.2
1.17.2

0 comments on commit 62cf7fd

Please sign in to comment.