From 2ff8eac774844ce40e5e36d914f19449484b2039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:33:59 +0000 Subject: [PATCH] Bump foundation_rails_helper from 4.0.0 to 4.0.1 Bumps [foundation_rails_helper](https://github.com/sgruhier/foundation_rails_helper) from 4.0.0 to 4.0.1. - [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) --- updated-dependencies: - dependency-name: foundation_rails_helper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 504795851..200be6349 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "devise-security", "~> 0.16.0" gem "file_validators", "~> 3.0.0" gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem gem "foundation-rails", "~> 6.6.2.0" -gem "foundation_rails_helper", "~> 4.0.0" +gem "foundation_rails_helper", "~> 4.0.1" gem "globalize", "~> 6.0.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index b82a024c6..75d1f24c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,7 @@ GEM rubocop smart_properties errbase (0.2.1) - erubi (1.10.0) + erubi (1.11.0) eslintrb (2.1.0) execjs multi_json (>= 1.3) @@ -267,11 +267,11 @@ GEM railties (>= 3.1.0) sass (>= 3.3.0) sprockets-es6 (>= 0.9.0) - foundation_rails_helper (4.0.0) - actionpack (>= 4.1, < 7.0) - activemodel (>= 4.1, < 7.0) - activesupport (>= 4.1, < 7.0) - railties (>= 4.1, < 7.0) + foundation_rails_helper (4.0.1) + actionpack (>= 4.1, < 7.1) + activemodel (>= 4.1, < 7.1) + activesupport (>= 4.1, < 7.1) + railties (>= 4.1, < 7.1) geocoder (1.6.7) github_changelog_generator (1.15.2) activesupport @@ -736,7 +736,7 @@ DEPENDENCIES file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1) foundation-rails (~> 6.6.2.0) - foundation_rails_helper (~> 4.0.0) + foundation_rails_helper (~> 4.0.1) github_changelog_generator (~> 1.15.2) globalize (~> 6.0.1) globalize-accessors (~> 0.3.0)