Skip to content

Commit

Permalink
Version down to foundation 6.2.4 to dodge breaking change in 6.3.0
Browse files Browse the repository at this point in the history
foundation/foundation-rails#214

Versioned up and did damage control in another branch but the site
didn’t look the same and unclear how much work it would have been to
get back to status quo. If this version will work for us it’s certainly
easier

Axed the aws.rb that we don’t seem to need any more with this batch of
deps
  • Loading branch information
yakryder committed Apr 18, 2018
1 parent dbb83da commit 6a8efce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0'
# gem 'therubyracer', platforms: :ruby
gem 'jbuilder', '~> 2.0'

gem 'foundation-rails', '6.3.0.0'
gem 'foundation-rails', '6.2.4.0'
gem 'kaminari', "1.0.0"
gem 'simple_form'
gem 'faker'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
ffi (1.9.21)
figaro (1.1.1)
thor (~> 0.14)
foundation-rails (6.3.0.0)
foundation-rails (6.2.4.0)
railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5)
sprockets-es6 (>= 0.9.0)
Expand Down Expand Up @@ -288,7 +288,7 @@ DEPENDENCIES
factory_girl_rails (~> 4.0)
faker
figaro
foundation-rails (= 6.3.0.0)
foundation-rails (= 6.2.4.0)
jbuilder (~> 2.0)
jquery-rails (= 4.3.1)
jquery-ui-rails (= 5.0.5)
Expand Down
2 changes: 0 additions & 2 deletions config/initializers/aws.rb

This file was deleted.

0 comments on commit 6a8efce

Please sign in to comment.