Skip to content

Commit

Permalink
Merge pull request #57 from keyasuda/snyk-fix-5d4cf575e3281286001d8c9…
Browse files Browse the repository at this point in the history
…10ac334eb

[Snyk] Security upgrade sinatra from 3.0.2 to 3.0.4
  • Loading branch information
keyasuda authored Nov 30, 2022
2 parents d148974 + 4f6a98b commit ba4c931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test-app/src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'

gem 'json_pure', '~> 2.6', '>= 2.6.1'
gem 'ruby2_keywords', '0.0.4'
gem 'sinatra'
gem 'sinatra', '>= 3.0.4'
11 changes: 6 additions & 5 deletions test-app/src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ GEM
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (3.0.2)
rack-protection (3.0.4)
rack
ruby2_keywords (0.0.4)
sinatra (3.0.2)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.4)
tilt (~> 2.0)
tilt (2.0.11)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
json_pure (~> 2.6, >= 2.6.1)
ruby2_keywords (= 0.0.4)
sinatra
sinatra (>= 3.0.4)

BUNDLED WITH
2.4.0.dev
2.1.4

0 comments on commit ba4c931

Please sign in to comment.