Skip to content

Commit

Permalink
Let the CI gemspecs specify the sass version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed May 25, 2013
1 parent ea8b496 commit 129cbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unless ENV['PKG']
gem "rails", "~> 3.1"
gem "compass-validator", "3.0.1"
gem "css_parser", "~> 1.0.1"
gem "sass", "~> 3.2"
gem "sass", "~> 3.2" unless defined?(CI)
gem "haml", "~> 3.1"
gem "rubyzip"
gem 'mocha'
Expand Down

0 comments on commit 129cbe8

Please sign in to comment.