1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Move assets gems to global.

This commit is contained in:
Dan Barber 2014-03-07 14:18:10 +00:00
parent 91b8ad5ff4
commit 04fccf18f3

View File

@ -6,9 +6,6 @@ gem 'rails', '~> 4.0.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 4.0.0"
gem 'coffee-rails', "~> 4.0.0"
gem 'uglifier'
@ -16,7 +13,6 @@ group :assets do
gem 'sprockets_better_errors'
gem 'bourbon'
end
gem 'jquery-rails'