Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 2dfe4b7

Browse files
authored
Merge pull request #42 from apiaryio/snyk-fix-21d70df0
[Snyk] Fix for 4 vulnerabilities
2 parents 98509bb + ca4d7a9 commit 2dfe4b7

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source "https://rubygems.org"
33

44
gem "aruba"
5-
gem "sinatra"
5+
gem "sinatra", ">= 2.0.0"

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,27 @@ GEM
2323
multi_json (~> 1.3)
2424
multi_json (1.11.1)
2525
multi_test (0.1.2)
26-
rack (1.6.4)
27-
rack-protection (1.5.3)
26+
mustermann (1.0.2)
27+
rack (2.0.4)
28+
rack-protection (2.0.1)
2829
rack
2930
rspec-expectations (3.3.0)
3031
diff-lcs (>= 1.2.0, < 2.0)
3132
rspec-support (~> 3.3.0)
3233
rspec-support (3.3.0)
33-
sinatra (1.4.6)
34-
rack (~> 1.4)
35-
rack-protection (~> 1.4)
36-
tilt (>= 1.3, < 3)
37-
tilt (2.0.1)
34+
sinatra (2.0.1)
35+
mustermann (~> 1.0)
36+
rack (~> 2.0)
37+
rack-protection (= 2.0.1)
38+
tilt (~> 2.0)
39+
tilt (2.0.8)
3840

3941
PLATFORMS
4042
ruby
4143

4244
DEPENDENCIES
4345
aruba
44-
sinatra
46+
sinatra (>= 2.0.0)
47+
48+
BUNDLED WITH
49+
1.16.1

0 commit comments

Comments
 (0)