Skip to content

Commit 28fdd7b

Browse files
authored
Merge pull request #77 from coverprice/security_fixes
Update Gemfile.lock to address Sinatra/Rack vulns
2 parents 7ccd324 + a57e89d commit 28fdd7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ GEM
1717
i18n (0.9.3)
1818
concurrent-ruby (~> 1.0)
1919
minitest (5.11.3)
20-
mustermann (1.0.1)
20+
mustermann (1.0.3)
2121
mysql2 (0.4.10)
22-
rack (2.0.4)
23-
rack-protection (2.0.0)
22+
rack (2.0.6)
23+
rack-protection (2.0.5)
2424
rack
2525
rake (12.3.0)
26-
sinatra (2.0.0)
26+
sinatra (2.0.5)
2727
mustermann (~> 1.0)
2828
rack (~> 2.0)
29-
rack-protection (= 2.0.0)
29+
rack-protection (= 2.0.5)
3030
tilt (~> 2.0)
3131
sinatra-activerecord (2.0.13)
3232
activerecord (>= 3.2)
3333
sinatra (>= 1.0)
3434
thread_safe (0.3.6)
35-
tilt (2.0.8)
35+
tilt (2.0.9)
3636
tzinfo (1.2.5)
3737
thread_safe (~> 0.1)
3838

0 commit comments

Comments
 (0)