Skip to content

Commit

Permalink
Remove version specification of sass-rails
Browse files Browse the repository at this point in the history
It's a dev dependency and it all runs fine without it being pinned to
that version.
  • Loading branch information
Pair committed Jul 29, 2016
1 parent 1007921 commit b757fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_paypal_express.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ffaker'
s.add_development_dependency 'rspec-rails', '~> 2.14.0'
s.add_development_dependency 'rspec-rerun'
s.add_development_dependency 'sass-rails', '~> 4.0.2'
s.add_development_dependency 'sass-rails'
s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'pry'
Expand Down

0 comments on commit b757fc0

Please sign in to comment.