diff options
author | elijah <elijah@riseup.net> | 2014-12-19 16:20:50 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-12-19 16:20:50 -0800 |
commit | 686f87b7139649a574f1203f865c47ff037f05d8 (patch) | |
tree | c1d1e95d02636692a5aa0373907b41f140341b7d /Gemfile | |
parent | 015960b2aad5d3ba878f66e61a86750c83697039 (diff) |
gemfile: rails to 3.2.21, haml-rails to 0.4, disable coffee-rails, bootswatch-rails, haml, and json.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,11 +2,11 @@ source 'https://rubygems.org' require File.expand_path('../lib/gemfile_tools.rb', __FILE__) -gem "rails", "~> 3.2.18" +gem "rails", "~> 3.2.21" gem "couchrest", "~> 1.1.3" gem "couchrest_model", "~> 2.0.0" gem "couchrest_session_store", "~> 0.2.4" -gem "json" +#gem "json" # user management gem "ruby-srp", "~> 0.2.1" @@ -19,13 +19,13 @@ gem 'debugger', :platforms => :mri_19 # ruby 1.8 is not supported anymore # gem 'ruby-debug', :platforms => :mri_18 -gem "haml", "~> 3.1.7" +#gem "haml", "~> 3.1.7" gem "bootstrap-sass", "= 2.3.2.2" gem "jquery-rails" gem "simple_form" gem 'client_side_validations' gem 'client_side_validations-simple_form' -gem "bootswatch-rails", "~> 0.5.0" +#gem "bootswatch-rails", "~> 0.5.0" gem 'kaminari', "0.13.0" # for pagination. trying 0.13.0 as there seem to be # issues with 0.14.0 when using couchrest @@ -66,9 +66,9 @@ group :test, :development do end group :assets do - gem "haml-rails", "~> 0.3.4" + gem "haml-rails", "= 0.4.0" gem "sass-rails", "~> 3.2.5" - gem "coffee-rails", "~> 3.2.2" + #gem "coffee-rails", "~> 3.2.2" gem "uglifier", "~> 1.2.7" # See https://github.com/sstephenson/execjs#readme for more supported runtimes |