Adds version to foundation and autoprefixer gems
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -6,6 +6,7 @@ gem 'acts-as-taggable-on', '~> 5.0.0'
|
||||
gem 'acts_as_votable', '~> 0.11.1'
|
||||
gem 'ahoy_matey', '~> 1.6.0'
|
||||
gem 'ancestry', '~> 3.0.1'
|
||||
gem 'autoprefixer-rails', '~> 8.2.0'
|
||||
gem 'browser', '~> 2.5.2'
|
||||
gem 'cancancan', '~> 2.1.2'
|
||||
gem 'ckeditor', '~> 4.2.3'
|
||||
@@ -17,8 +18,7 @@ gem 'delayed_job_active_record', '~> 4.1.0'
|
||||
gem 'devise', '~> 3.5.7'
|
||||
gem 'devise-async', '~> 0.10.2'
|
||||
gem 'devise_security_extension', '~> 0.10.0'
|
||||
gem 'foundation-rails'
|
||||
gem 'autoprefixer-rails'
|
||||
gem 'foundation-rails', '~> 6.4.3.0'
|
||||
gem 'foundation_rails_helper', '~> 2.0.0'
|
||||
gem 'graphiql-rails', '~> 1.4.1'
|
||||
gem 'graphql', '~> 1.7.8'
|
||||
|
||||
@@ -500,7 +500,8 @@ DEPENDENCIES
|
||||
acts_as_votable (~> 0.11.1)
|
||||
ahoy_matey (~> 1.6.0)
|
||||
ancestry (~> 3.0.1)
|
||||
autoprefixer-rails
|
||||
animate-rails (~> 1.0.10)
|
||||
autoprefixer-rails (~> 8.2.0)
|
||||
browser (~> 2.5.2)
|
||||
bullet (~> 5.7.0)
|
||||
byebug (~> 10.0.0)
|
||||
@@ -524,7 +525,7 @@ DEPENDENCIES
|
||||
email_spec (~> 2.1.0)
|
||||
factory_bot_rails (~> 4.8.2)
|
||||
faker (~> 1.8.7)
|
||||
foundation-rails
|
||||
foundation-rails (~> 6.4.3.0)
|
||||
foundation_rails_helper (~> 2.0.0)
|
||||
globalize (~> 5.0.0)
|
||||
globalize-accessors (~> 0.2.1)
|
||||
|
||||
Reference in New Issue
Block a user