Bump foundation_rails_helper from 3.0.0 to 4.0.0
Bumps [foundation_rails_helper](https://github.com/sgruhier/foundation_rails_helper) from 3.0.0 to 4.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) --- updated-dependencies: - dependency-name: foundation_rails_helper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -22,7 +22,7 @@ gem "devise-async", "~> 1.0.0"
|
|||||||
gem "devise-security", "~> 0.11.1"
|
gem "devise-security", "~> 0.11.1"
|
||||||
gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem
|
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", "~> 6.6.2.0"
|
||||||
gem "foundation_rails_helper", "~> 3.0.0"
|
gem "foundation_rails_helper", "~> 4.0.0"
|
||||||
gem "globalize", "~> 5.3.1"
|
gem "globalize", "~> 5.3.1"
|
||||||
gem "globalize-accessors", "~> 0.3.0"
|
gem "globalize-accessors", "~> 0.3.0"
|
||||||
gem "graphiql-rails", "~> 1.7.0"
|
gem "graphiql-rails", "~> 1.7.0"
|
||||||
|
|||||||
15
Gemfile.lock
15
Gemfile.lock
@@ -265,12 +265,11 @@ GEM
|
|||||||
railties (>= 3.1.0)
|
railties (>= 3.1.0)
|
||||||
sass (>= 3.3.0)
|
sass (>= 3.3.0)
|
||||||
sprockets-es6 (>= 0.9.0)
|
sprockets-es6 (>= 0.9.0)
|
||||||
foundation_rails_helper (3.0.0)
|
foundation_rails_helper (4.0.0)
|
||||||
actionpack (>= 4.1, < 6.0)
|
actionpack (>= 4.1, < 7.0)
|
||||||
activemodel (>= 4.1, < 6.0)
|
activemodel (>= 4.1, < 7.0)
|
||||||
activesupport (>= 4.1, < 6.0)
|
activesupport (>= 4.1, < 7.0)
|
||||||
railties (>= 4.1, < 6.0)
|
railties (>= 4.1, < 7.0)
|
||||||
tzinfo (~> 1.2, >= 1.2.2)
|
|
||||||
geocoder (1.6.3)
|
geocoder (1.6.3)
|
||||||
github_changelog_generator (1.15.2)
|
github_changelog_generator (1.15.2)
|
||||||
activesupport
|
activesupport
|
||||||
@@ -364,7 +363,7 @@ GEM
|
|||||||
actionmailer (>= 3.2)
|
actionmailer (>= 3.2)
|
||||||
letter_opener (~> 1.0)
|
letter_opener (~> 1.0)
|
||||||
railties (>= 3.2)
|
railties (>= 3.2)
|
||||||
loofah (2.11.0)
|
loofah (2.12.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
@@ -737,7 +736,7 @@ DEPENDENCIES
|
|||||||
faker (~> 1.8.7)
|
faker (~> 1.8.7)
|
||||||
font-awesome-sass (~> 5.15.1)
|
font-awesome-sass (~> 5.15.1)
|
||||||
foundation-rails (~> 6.6.2.0)
|
foundation-rails (~> 6.6.2.0)
|
||||||
foundation_rails_helper (~> 3.0.0)
|
foundation_rails_helper (~> 4.0.0)
|
||||||
github_changelog_generator (~> 1.15.2)
|
github_changelog_generator (~> 1.15.2)
|
||||||
globalize (~> 5.3.1)
|
globalize (~> 5.3.1)
|
||||||
globalize-accessors (~> 0.3.0)
|
globalize-accessors (~> 0.3.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user