Skip to content

Commit

Permalink
Loosen version requirements in Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins committed Jan 27, 2012
1 parent d1ad82d commit 6b1fcc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Expand Up @@ -53,11 +53,10 @@ group :development, :test do
end
end

# Gems used only for assets and not required
# in production environments by default.
# Refinery/rails should pull in the proper versions of these
group :assets do
gem 'sass-rails', '~> 3.1.0'
gem 'coffee-rails', '~> 3.1.0'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
end

Expand Down

0 comments on commit 6b1fcc8

Please sign in to comment.