From 0de7beafecfdeead79490ab3b4dfa7887a2774b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 09:24:35 +0000 Subject: [PATCH 1/2] Bump govuk_app_config from 2.8.3 to 3.0.0 Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 2.8.3 to 3.0.0. - [Release notes](https://github.com/alphagov/govuk_app_config/releases) - [Changelog](https://github.com/alphagov/govuk_app_config/blob/master/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_app_config/compare/v2.8.3...v3.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7985ea54..cf7c8ad9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,19 +24,23 @@ GEM docile (1.3.5) dotenv (2.7.6) erubis (2.7.0) - faraday (1.3.0) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) ffi (1.14.2) foreman (0.87.2) - govuk_app_config (2.8.3) + govuk_app_config (3.0.0) logstasher (>= 1.2.2, < 2.2.0) sentry-raven (~> 3.1.1) statsd-ruby (~> 1.5.0) unicorn (>= 5.4, < 5.9) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) kgio (2.11.3) listen (1.3.1) @@ -130,8 +134,8 @@ GEM rubocop-rspec (1.42.0) rubocop (>= 0.87.0) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.2) - sentry-raven (3.1.1) + ruby2_keywords (0.0.4) + sentry-raven (3.1.2) faraday (>= 1.0) sidekiq (6.1.2) connection_pool (>= 2.2.2) From f80f139b1653d7726605b6c372e1d7e8a53d7e7c Mon Sep 17 00:00:00 2001 From: Laura Porter Date: Mon, 17 May 2021 14:01:56 +0100 Subject: [PATCH 2/2] Remove duplicates of Rack and Rake --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 01e58b08..542fbc5b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,8 +15,6 @@ gem "sidekiq", "~> 6.1.2" gem "govuk_app_config" gem "pg", "1.2.3" -gem "rack", "~> 2.2.3" -gem "rake", "13.0.1" group :development do gem "mr-sparkle", "0.3.0"