downgrades foundation rails gem version
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -35,7 +35,7 @@ gem 'kaminari'
|
|||||||
gem 'ancestry', '~> 2.2.2'
|
gem 'ancestry', '~> 2.2.2'
|
||||||
gem 'acts-as-taggable-on'
|
gem 'acts-as-taggable-on'
|
||||||
gem 'responders', '~> 2.3.0'
|
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 'foundation_rails_helper', '~> 2.0.0'
|
||||||
gem 'acts_as_votable'
|
gem 'acts_as_votable'
|
||||||
gem 'ckeditor', '~> 4.2.0'
|
gem 'ckeditor', '~> 4.2.0'
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ GEM
|
|||||||
i18n (~> 0.5)
|
i18n (~> 0.5)
|
||||||
faraday (0.9.2)
|
faraday (0.9.2)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
foundation-rails (6.2.4.0)
|
foundation-rails (6.2.3.0)
|
||||||
railties (>= 3.1.0)
|
railties (>= 3.1.0)
|
||||||
sass (>= 3.3.0, < 3.5)
|
sass (>= 3.3.0, < 3.5)
|
||||||
sprockets-es6 (>= 0.9.0)
|
sprockets-es6 (>= 0.9.0)
|
||||||
@@ -477,7 +477,7 @@ DEPENDENCIES
|
|||||||
email_spec
|
email_spec
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
faker
|
faker
|
||||||
foundation-rails (~> 6.2.4.0)
|
foundation-rails (= 6.2.3.0)
|
||||||
foundation_rails_helper (~> 2.0.0)
|
foundation_rails_helper (~> 2.0.0)
|
||||||
fuubar
|
fuubar
|
||||||
groupdate (~> 3.1.0)
|
groupdate (~> 3.1.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user