From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 18:24:22 +0000 (+0000) Subject: Bump http_accept_language from 2.0.5 to 2.1.1 X-Git-Tag: live~3000^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/5588b8201d3aba648c7122615b5ea64ac8143c59 Bump http_accept_language from 2.0.5 to 2.1.1 Bumps [http_accept_language](https://github.com/iain/http_accept_language) from 2.0.5 to 2.1.1. - [Release notes](https://github.com/iain/http_accept_language/releases) - [Commits](https://github.com/iain/http_accept_language/compare/v2.0.5...v2.1.1) Signed-off-by: dependabot[bot] --- diff --git a/Gemfile b/Gemfile index 95958032c..34bb226b9 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "composite_primary_keys", "~> 12.0.0" gem "config" gem "delayed_job_active_record" gem "dynamic_form" -gem "http_accept_language", "~> 2.0.0" +gem "http_accept_language", "~> 2.1.1" gem "i18n-js", ">= 3.0.0" gem "oauth-plugin", ">= 0.5.1" gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry" diff --git a/Gemfile.lock b/Gemfile.lock index 686bca1ed..c599f16d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM hashie (4.1.0) html_tokenizer (0.0.7) htmlentities (4.3.4) - http_accept_language (2.0.5) + http_accept_language (2.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) i18n-js (3.7.0) @@ -500,7 +500,7 @@ DEPENDENCIES ffi-libarchive gd2-ffij (>= 0.4.0) htmlentities - http_accept_language (~> 2.0.0) + http_accept_language (~> 2.1.1) i18n-js (>= 3.0.0) image_optim_rails jbuilder (~> 2.7)