diff options
author | Philip Arndt <parndt@gmail.com> | 2012-01-28 20:03:11 -0800 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2012-01-28 20:03:11 -0800 |
commit | f8cd5804ad8a26e59e2a2b18f624678934a3641b (patch) | |
tree | f2a88300b88a240315e37f7d4e16d4f96e8ecf08 /Gemfile | |
parent | d8bdcb482ce51205bfdde0b39a02f7eba49e23e9 (diff) | |
parent | c89b4dfc1f9f3dea8d7b39cfdc85cae211c6f2c1 (diff) | |
download | refinerycms-blog-f8cd5804ad8a26e59e2a2b18f624678934a3641b.tar.gz refinerycms-blog-f8cd5804ad8a26e59e2a2b18f624678934a3641b.tar.bz2 refinerycms-blog-f8cd5804ad8a26e59e2a2b18f624678934a3641b.zip |
Merge pull request #187 from substantial/rails-3-2-compat
Rails 3 2 compat
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |