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
|
||||||
end
|
end
|
||||||
|
|
||||||
# Gems used only for assets and not required
|
# Refinery/rails should pull in the proper versions of these
|
||||||
# in production environments by default.
|
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails', '~> 3.1.0'
|
gem 'sass-rails'
|
||||||
gem 'coffee-rails', '~> 3.1.0'
|
gem 'coffee-rails'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue