aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2012-01-26 16:56:22 -0800
committerPete Higgins <pete@peterhiggins.org>2012-01-26 16:56:22 -0800
commit6b1fcc8ea19cf076b2d02ceee4bd26e06f6728a1 (patch)
tree272d436652f63d1a2b0c92f2f7577e8c1d6150a0 /Gemfile
parentd1ad82d42eceb53b203716e1c37f4fbb326a2ee8 (diff)
downloadrefinerycms-blog-6b1fcc8ea19cf076b2d02ceee4bd26e06f6728a1.tar.gz
refinerycms-blog-6b1fcc8ea19cf076b2d02ceee4bd26e06f6728a1.tar.bz2
refinerycms-blog-6b1fcc8ea19cf076b2d02ceee4bd26e06f6728a1.zip
Loosen version requirements in Gemfile.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index e55a3f3..e9e3b4d 100644
--- a/Gemfile
+++ b/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