Skip to content

Commit

Permalink
Upgrade Sinatra to address security vulnerability
Browse files Browse the repository at this point in the history
Also update other gems that are behind.
  • Loading branch information
Mr0grog committed Feb 21, 2018
1 parent b4946b0 commit 2eeb329
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
ast (2.4.0)
aws-partitions (1.63.0)
aws-sdk-core (3.15.0)
aws-partitions (1.64.0)
aws-sdk-core (3.16.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
execjs (2.7.0)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
ffi (1.9.21)
globalid (0.4.1)
activesupport (>= 4.2.0)
hashdiff (0.3.7)
Expand Down Expand Up @@ -108,16 +108,16 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mustermann (1.0.1)
mustermann (1.0.2)
newrelic_rpm (4.8.0.341)
nio4r (2.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oj (3.4.0)
orm_adapter (0.5.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.0)
ast (~> 2.4.0)
pg (0.21.0)
postmark (1.10.0)
json
Expand All @@ -131,11 +131,11 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.1)
public_suffix (3.0.2)
puma (3.11.2)
rack (2.0.4)
rack-cors (1.0.2)
rack-protection (2.0.0)
rack-protection (2.0.1)
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -205,10 +205,10 @@ GEM
tilt (>= 1.1, < 3)
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
sinatra (2.0.0)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
spring (2.0.2)
activesupport (>= 4.2)
Expand Down

0 comments on commit 2eeb329

Please sign in to comment.