summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-11 12:39:47 -0700
committerelijah <elijah@riseup.net>2015-03-17 22:37:30 -0700
commit2365129a1dcbb1231f0ac22d4bf975007a0c460d (patch)
tree2a6481607cb3b9ff5ab6eaa9c3cbcdf8865d33a7 /Gemfile
parentcf586771b628aea022b88b2c6d3e201338b80faf (diff)
remove bundle group assets, since we don't precompile anyway
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile26
1 files changed, 12 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index be0ed2f..931bb8d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,20 +31,18 @@ gem "jquery-rails"
gem "simple_form"
gem 'client_side_validations'
gem 'client_side_validations-simple_form'
-group :assets do
- gem "bootstrap-sass", "= 2.3.2.2" # The last 2.x version. Bootstrap-sass versions
- # tracks the version of Bootstrap. We currently require
- # Bootstrap v2 because client side validations is incompatible
- # with Bootstrap v3. When upgrading to Rails 4, see
- # https://github.com/twbs/bootstrap-sass
- gem "haml-rails", "= 0.4.0" # The last version of haml-rails to support Rails 3.
- gem "sass-rails", "~> 3.2.5" # Only version supported by bootstrap-sass 2.3.2.2
- gem "uglifier", "~> 1.2.7" # javascript compression https://github.com/lautis/uglifier
- gem 'quiet_assets' # stops logging all the asset requests
- gem 'therubyracer', "~> 0.10.2", :platforms => :ruby
- # ^^ See https://github.com/sstephenson/execjs#readme
- # for list of supported runtimes.
-end
+gem "haml-rails", "= 0.4.0" # The last version of haml-rails to support Rails 3.
+gem "bootstrap-sass", "= 2.3.2.2" # The last 2.x version. Bootstrap-sass versions
+ # tracks the version of Bootstrap. We currently require
+ # Bootstrap v2 because client side validations is incompatible
+ # with Bootstrap v3. When upgrading to Rails 4, see
+ # https://github.com/twbs/bootstrap-sass
+gem "sass-rails", "~> 3.2.5" # Only version supported by bootstrap-sass 2.3.2.2
+gem "uglifier", "~> 1.2.7" # javascript compression https://github.com/lautis/uglifier
+gem 'quiet_assets' # stops logging all the asset requests
+gem 'therubyracer', "~> 0.10.2", :platforms => :ruby
+# ^^ See https://github.com/sstephenson/execjs#readme
+# for list of supported runtimes.
## MISC
gem 'certificate_authority', # unreleased so far ... but leap_web_certs need it