diff --git a/Gemfile b/Gemfile index d765ea88a..01b7b95d7 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "devise", "~> 4.7.1" gem "devise-async", "~> 1.0.0" gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10" gem "font-awesome-sass", "~> 5.13.0" -gem "foundation-rails", "~> 6.6.1.0" +gem "foundation-rails", "~> 6.6.2.0" gem "foundation_rails_helper", "~> 3.0.0" gem "globalize", "~> 5.3.0" gem "globalize-accessors", "~> 0.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8c9931892..3c3e7c3f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM ffi (1.13.1) font-awesome-sass (5.13.0) sassc (>= 1.11) - foundation-rails (6.6.1.0) + foundation-rails (6.6.2.0) railties (>= 3.1.0) sass (>= 3.3.0) sprockets-es6 (>= 0.9.0) @@ -334,7 +334,7 @@ GEM actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) - loofah (2.6.0) + loofah (2.7.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -663,7 +663,7 @@ DEPENDENCIES factory_bot_rails (~> 4.8.2) faker (~> 1.8.7) font-awesome-sass (~> 5.13.0) - foundation-rails (~> 6.6.1.0) + foundation-rails (~> 6.6.2.0) foundation_rails_helper (~> 3.0.0) github_changelog_generator (~> 1.15.0) globalize (~> 5.3.0)