Skip to content

Commit

Permalink
Bundler assets group.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Dec 12, 2013
1 parent ad05c59 commit 16a14d6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ ruby "2.0.0"

gem 'rails', '4.0.2'

gem 'jquery-rails'

gem 'pg'
gem 'omniauth'
gem 'omniauth-github'
Expand All @@ -17,16 +15,20 @@ gem 'newrelic_rpm'
gem 'simplecov'
gem 'kaminari'
gem 'twitter', '5.0.0'
gem 'anjlab-bootstrap-rails', '~> 3.0.3.0', :require => 'bootstrap-rails'
gem 'simple_form', '3.0.0'
gem 'rack-google-analytics'
gem 'ffi', '1.9.0'
gem 'csv_shaper'


gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'anjlab-bootstrap-rails', '~> 3.0.3.0', :require => 'bootstrap-rails'
gem 'sass-rails'
gem 'coffee-rails'
gem 'jquery-rails'
gem 'uglifier'
end

group :development do
gem 'thin'
Expand Down

0 comments on commit 16a14d6

Please sign in to comment.