From a5fb67a1cc4e2942a9468b7cefcf74ab7fbfd1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 14:48:49 -0400 Subject: [PATCH] Bump addressable from 2.5.2 to 2.6.0 (#2710) [ci skip] Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.6.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.2...addressable-2.6.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ac63df39c..355865684 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to gem "activerecord-import", "~> 1.0" # Adds ability to bulk create activerecord objects gem "acts-as-taggable-on", "~> 6.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master" # Allow any model to follow any other model -gem "addressable", "~> 2.5", ">= 2.5.2" # A replacement for the URI implementation that is part of Ruby's standard library +gem "addressable", "~> 2.6" # A replacement for the URI implementation that is part of Ruby's standard library gem "administrate", "~> 0.11" # A Rails engine that helps you put together a super-flexible admin dashboard gem "ahoy_email", "~> 1.0" # Email analytics for Rails gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications diff --git a/Gemfile.lock b/Gemfile.lock index c85264503..bffa02a16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (6.0.0) activerecord (~> 5.0) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) administrate (0.11.0) actionpack (>= 4.2, < 6.0) @@ -680,9 +680,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) sax-machine (1.3.2) scout_apm (2.4.24) sdoc (1.0.0) @@ -828,7 +828,7 @@ DEPENDENCIES activerecord-import (~> 1.0) acts-as-taggable-on (~> 6.0) acts_as_follower! - addressable (~> 2.5, >= 2.5.2) + addressable (~> 2.6) administrate (~> 0.11) ahoy_email (~> 1.0) airbrake (~> 9.2)