diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-01-30 14:19:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 14:19:05 +0900 |
commit | bf42e1506be85c0c977038ae334548f5699f7afd (patch) | |
tree | c88aa862c08e1e44c74458fbaa597a8e17a7528d | |
parent | 370310bb1eb886bf0b2fabe70fb74a473f46d08a (diff) | |
parent | 6f4fba43bd6f4020677925a80f78743752cf8776 (diff) | |
download | rails-bf42e1506be85c0c977038ae334548f5699f7afd.tar.gz rails-bf42e1506be85c0c977038ae334548f5699f7afd.tar.bz2 rails-bf42e1506be85c0c977038ae334548f5699f7afd.zip |
Merge pull request #35092 from utilum/update_sneakers_to_latest_version
Update Sneakers to the latest version
-rw-r--r-- | Gemfile.lock | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index dfbd796969..3329e47566 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,8 +171,8 @@ GEM bootsnap (1.3.2-java) msgpack (~> 1.0) builder (3.2.3) - bunny (2.9.2) - amq-protocol (~> 2.3.0) + bunny (2.13.0) + amq-protocol (~> 2.3, >= 2.3.0) byebug (10.0.2) capybara (3.10.1) addressable @@ -191,7 +191,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.4) connection_pool (2.2.2) cookiejar (0.3.3) crack (0.4.3) @@ -454,9 +454,10 @@ GEM rack (~> 2.0) rack-protection (= 2.0.4) tilt (~> 2.0) - sneakers (2.7.0) - bunny (~> 2.9.2) + sneakers (2.11.0) + bunny (~> 2.12) concurrent-ruby (~> 1.0) + rake serverengine (~> 2.0.5) thor sprockets (3.7.2) |