diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2014-04-09 15:20:56 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2014-04-09 15:20:56 -0700 |
commit | 70bd5eb4bb8d4b0e285bacb397f0ce39e9d5d1d1 (patch) | |
tree | 93bbca057083dc56f4059f9e6c993ebb82033247 /Gemfile | |
parent | ee54e9bb3a6d7ffcf756ec1e385399b92354cb6b (diff) | |
download | rails-70bd5eb4bb8d4b0e285bacb397f0ce39e9d5d1d1.tar.gz rails-70bd5eb4bb8d4b0e285bacb397f0ce39e9d5d1d1.tar.bz2 rails-70bd5eb4bb8d4b0e285bacb397f0ce39e9d5d1d1.zip |
fix bind collecting for mysql
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ gem 'jquery-rails', '~> 3.1.0' gem 'turbolinks' gem 'coffee-rails', '~> 4.0.0' gem 'arel', path: '/Users/aaron/git/arel' -gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: '2-1-stable' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) |