From 6b1fcc8ea19cf076b2d02ceee4bd26e06f6728a1 Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Thu, 26 Jan 2012 16:56:22 -0800 Subject: Loosen version requirements in Gemfile. --- Gemfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.3