diff --git a/Gemfile b/Gemfile index f0ce887e6..707a376e5 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,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.8.1" -gem "foundation-rails", "~> 6.4.3.0" +gem "foundation-rails", "~> 6.6.1.0" gem "foundation_rails_helper", "~> 3.0.0" gem "globalize", "~> 5.2.0" gem "globalize-accessors", "~> 0.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0d088c903..51fd7cb23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM parser (>= 2.4) smart_properties browser (2.5.3) - builder (3.2.3) + builder (3.2.4) bullet (5.7.1) activesupport (>= 3.0.0) uniform_notifier (~> 1.11.0) @@ -150,7 +150,7 @@ GEM term-ansicolor (~> 1.3) thor (~> 0.19.4) tins (~> 1.6) - crass (1.0.5) + crass (1.0.6) daemons (1.2.6) dalli (2.7.6) database_cleaner (1.7.0) @@ -225,9 +225,9 @@ GEM ffi (1.11.1) font-awesome-sass (5.8.1) sassc (>= 1.11) - foundation-rails (6.4.3.0) + foundation-rails (6.6.1.0) railties (>= 3.1.0) - sass (>= 3.3.0, < 3.5) + sass (>= 3.3.0) sprockets-es6 (>= 0.9.0) foundation_rails_helper (3.0.0) actionpack (>= 4.1, < 6.0) @@ -322,7 +322,7 @@ GEM actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) - loofah (2.3.1) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -338,7 +338,7 @@ GEM mimemagic (0.3.2) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.14.0) mixlib-cli (1.7.0) mixlib-config (2.2.13) tomlrb @@ -350,7 +350,7 @@ GEM net-ssh (5.0.2) newrelic_rpm (4.1.0.333) nio4r (2.5.2) - nokogiri (1.10.5) + nokogiri (1.10.7) mini_portile2 (~> 2.4.0) nori (2.6.0) oauth (0.5.4) @@ -567,7 +567,7 @@ GEM rack (>= 1.3, < 3) rack-accept (~> 0.4) tilt (>= 1.4, < 3) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) uglifier (4.1.19) execjs (>= 0.3.0, < 3) @@ -629,7 +629,7 @@ DEPENDENCIES factory_bot_rails (~> 4.8.2) faker (~> 1.8.7) font-awesome-sass (~> 5.8.1) - foundation-rails (~> 6.4.3.0) + foundation-rails (~> 6.6.1.0) foundation_rails_helper (~> 3.0.0) github_changelog_generator (~> 1.15.0) globalize (~> 5.2.0)