aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2018-02-21 13:04:36 +0000
committerAndrew White <andrew.white@unboxed.co>2018-02-21 13:04:36 +0000
commit6c6a30a7c357ce1eafa093d77d2b08684fe50887 (patch)
tree73f62888bba8019f70106e913420655a9b86a033 /Gemfile.lock
parenta966f225a94b0387368982ac0da2b49c8a9a77aa (diff)
downloadrails-6c6a30a7c357ce1eafa093d77d2b08684fe50887.tar.gz
rails-6c6a30a7c357ce1eafa093d77d2b08684fe50887.tar.bz2
rails-6c6a30a7c357ce1eafa093d77d2b08684fe50887.zip
Update to sinatra 2.0.1
Although not a direct dependency, it's pulled in by Resque for Active Job integration tests so we need to update because the rack-protection gem has a security vulnerability[1]. [1]: https://nvd.nist.gov/vuln/detail/CVE-2018-7212
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 5c4e853296..87c991253b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -321,7 +321,7 @@ GEM
multi_json (1.12.2)
multipart-post (2.0.0)
mustache (1.0.5)
- mustermann (1.0.0)
+ mustermann (1.0.2)
mysql2 (0.4.10)
mysql2 (0.4.10-x64-mingw32)
mysql2 (0.4.10-x86-mingw32)
@@ -352,10 +352,10 @@ GEM
selenium-webdriver
thor
racc (1.4.14)
- rack (2.0.3)
+ rack (2.0.4)
rack-cache (1.7.0)
rack (>= 0.4)
- rack-protection (2.0.0)
+ rack-protection (2.0.1)
rack
rack-test (0.8.0)
rack (>= 1.0, < 3)
@@ -432,10 +432,10 @@ GEM
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
- 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)
sneakers (2.5.0)
bunny (~> 2.6.4)