Skip to content

Commit

Permalink
rubocop --auto-correct Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dazza-codes committed May 19, 2017
1 parent 88f811d commit b7284b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -36,9 +36,9 @@ else

case ENV['RAILS_VERSION']
when /^4.2/
gem 'coffee-rails', '~> 4.1.0'
gem 'responders', '~> 2.0'
gem 'sass-rails', '>= 5.0'
gem 'coffee-rails', '~> 4.1.0'
when /^4.[01]/
gem 'sass-rails', '< 5.0'
end
Expand Down

0 comments on commit b7284b0

Please sign in to comment.