From 26201d4fc290dbbd566545a26fa96d4193919a9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 03:22:21 +0000 Subject: [PATCH] Bump foundation_rails_helper from 2.0.0 to 3.0.0 Bumps [foundation_rails_helper](https://github.com/sgruhier/foundation_rails_helper) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/sgruhier/foundation_rails_helper/releases) - [Changelog](https://github.com/sgruhier/foundation_rails_helper/blob/master/CHANGELOG.md) - [Commits](https://github.com/sgruhier/foundation_rails_helper/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index cc500dd3b..653a433c9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "devise", "~> 4.6.0" gem "devise-async", "~> 1.0.0" gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10" gem "foundation-rails", "~> 6.4.3.0" -gem "foundation_rails_helper", "~> 2.0.0" +gem "foundation_rails_helper", "~> 3.0.0" gem "globalize", "~> 5.2.0" gem "globalize-accessors", "~> 0.2.1" gem "graphiql-rails", "~> 1.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index dec178646..4c44713f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,11 +227,11 @@ GEM railties (>= 3.1.0) sass (>= 3.3.0, < 3.5) sprockets-es6 (>= 0.9.0) - foundation_rails_helper (2.0.0) - actionpack (>= 4.1) - activemodel (>= 4.1) - activesupport (>= 4.1) - railties (>= 4.1) + foundation_rails_helper (3.0.0) + actionpack (>= 4.1, < 6.0) + activemodel (>= 4.1, < 6.0) + activesupport (>= 4.1, < 6.0) + railties (>= 4.1, < 6.0) tzinfo (~> 1.2, >= 1.2.2) geocoder (1.4.5) globalid (0.4.2) @@ -313,7 +313,7 @@ GEM actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) - loofah (2.2.3) + loofah (2.3.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -329,7 +329,7 @@ GEM mimemagic (0.3.2) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.12.2) mixlib-cli (1.7.0) mixlib-config (2.2.13) tomlrb @@ -391,7 +391,7 @@ GEM public_suffix (4.0.1) puma (4.1.1) nio4r (~> 2.0) - rack (2.0.6) + rack (2.0.7) rack-accept (0.4.5) rack (>= 0.4) rack-attack (5.0.1) @@ -417,7 +417,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) + rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) rails-i18n (5.1.3) i18n (>= 0.7, < 2) @@ -430,7 +430,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (3.0.0) raindrops (0.19.0) - rake (12.3.2) + rake (12.3.3) recipient_interceptor (0.2.0) mail redcarpet (3.4.0) @@ -612,7 +612,7 @@ DEPENDENCIES factory_bot_rails (~> 4.8.2) faker (~> 1.8.7) foundation-rails (~> 6.4.3.0) - foundation_rails_helper (~> 2.0.0) + foundation_rails_helper (~> 3.0.0) globalize (~> 5.2.0) globalize-accessors (~> 0.2.1) graphiql-rails (~> 1.4.1)