diff --git a/Gemfile b/Gemfile index 07b629886..e88499c30 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'kaminari' gem 'ancestry', '~> 2.2.2' gem 'acts-as-taggable-on' gem 'responders', '~> 2.3.0' -gem 'foundation-rails', '~> 6.2.4.0' +gem 'foundation-rails', '6.2.3.0' # Allows use responsive menu gem 'foundation_rails_helper', '~> 2.0.0' gem 'acts_as_votable' gem 'ckeditor', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index fe1948752..7e196f0cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM i18n (~> 0.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) - foundation-rails (6.2.4.0) + foundation-rails (6.2.3.0) railties (>= 3.1.0) sass (>= 3.3.0, < 3.5) sprockets-es6 (>= 0.9.0) @@ -477,7 +477,7 @@ DEPENDENCIES email_spec factory_girl_rails faker - foundation-rails (~> 6.2.4.0) + foundation-rails (= 6.2.3.0) foundation_rails_helper (~> 2.0.0) fuubar groupdate (~> 3.1.0)