aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-17 16:37:17 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-17 16:37:17 -0200
commit5b7b98d5904e9f01f13b783f1a692a1c11168b2d (patch)
tree0fd337f9d6c5b17620da476d1dd4cc3d1858dd47 /Gemfile
parented8dc23e8e8ab7d010eb86658db7834a2089708e (diff)
downloadrails-5b7b98d5904e9f01f13b783f1a692a1c11168b2d.tar.gz
rails-5b7b98d5904e9f01f13b783f1a692a1c11168b2d.tar.bz2
rails-5b7b98d5904e9f01f13b783f1a692a1c11168b2d.zip
document_root_element need to be public
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e7b7913970..0705a21046 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,6 +15,7 @@ gem 'jquery-rails', '~> 4.0.0.beta2'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
gem 'arel', github: 'rails/arel'
+gem 'rails-dom-testing', path: '~/src/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)