From 06214e43ffa6b44443abb3796d70ec2543af6606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Feb 2019 05:22:18 +0000 Subject: [PATCH] Bump bunny and sneakers Bumps [bunny](https://github.com/ruby-amqp/bunny) and [sneakers](https://github.com/jondot/sneakers). These dependencies needed to be updated together. Updates `bunny` from 2.9.2 to 2.14.1 - [Release notes](https://github.com/ruby-amqp/bunny/releases) - [Changelog](https://github.com/ruby-amqp/bunny/blob/2.14.1/ChangeLog.md) - [Commits](https://github.com/ruby-amqp/bunny/compare/2.9.2...2.14.1) Updates `sneakers` from 2.7.0 to 2.11.0 - [Release notes](https://github.com/jondot/sneakers/releases) - [Changelog](https://github.com/jondot/sneakers/blob/master/ChangeLog.md) - [Commits](https://github.com/jondot/sneakers/compare/v2.7.0...v2.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 45ffb10..0c206a1 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'pry-stack_explorer', '~> 0.4.9.3', platform: :mri # Sneakers depends on bunny and has the version requirement gem 'bunny' gem 'chewy', '~> 5.0.0' -gem 'sneakers', '2.7.0' +gem 'sneakers', '2.11.0' group :development do gem 'listen', '>= 3.0.5', '< 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index d1a9683..7300689 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,8 +79,8 @@ GEM bootsnap (1.4.0) msgpack (~> 1.0) builder (3.2.3) - bunny (2.9.2) - amq-protocol (~> 2.3.0) + bunny (2.14.1) + amq-protocol (~> 2.3, >= 2.3.0) bunny-mock (1.7.0) bunny (>= 1.7) byebug (10.0.2) @@ -297,7 +297,7 @@ GEM sequel (>= 4.38.0) sequel_postgresql_triggers (1.5.0) sequel - serverengine (2.0.6) + serverengine (2.0.7) sigdump (~> 0.2.2) sigdump (0.2.4) simplecov (0.16.1) @@ -305,9 +305,10 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - 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 spring (2.0.2) @@ -361,7 +362,7 @@ DEPENDENCIES rspec (~> 3.7.0) rspec-rails (~> 3.7.2) rubocop (~> 0.65.0) - sneakers (= 2.7.0) + sneakers (= 2.11.0) spring spring-watcher-listen (~> 2.0.0)