diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-25 19:42:17 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-25 19:43:36 -0200 |
commit | e3f7817cec95ac395c9e1491178a1fad0a73af63 (patch) | |
tree | 498f5bf79506215819083c5369792a94e4ed66de /Gemfile | |
parent | 6ae40c8efd43f65260c12fa3c45cd7a2b3084f5f (diff) | |
download | rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.tar.gz rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.tar.bz2 rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.zip |
Use released rails-dom-testing
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ gem 'jquery-rails', '~> 4.0.0.beta2' gem 'coffee-rails', '~> 4.1.0' gem 'turbolinks' gem 'arel', github: 'rails/arel' -gem 'rails-dom-testing', github: 'rails/rails-dom-testing' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) |