Loosen version requirements in Gemfile.
This commit is contained in:
parent
d1ad82d42e
commit
6b1fcc8ea1
1 changed files with 3 additions and 4 deletions
7
Gemfile
7
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue