aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-21 15:16:53 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-21 18:58:36 -0500
commit277b5f9af8d3cd18e3c6a575781bd04024f12c30 (patch)
treef43d082aa16643d9611346da477a38d05bdab992 /Gemfile
parent82d683a8425f3d22c3d53af27f04151d285b684c (diff)
downloadrails-277b5f9af8d3cd18e3c6a575781bd04024f12c30.tar.gz
rails-277b5f9af8d3cd18e3c6a575781bd04024f12c30.tar.bz2
rails-277b5f9af8d3cd18e3c6a575781bd04024f12c30.zip
Add rails-ujs as dependency in the rails Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 37e5b4fd25..0f6a64db6f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ gem "jquery-rails"
gem "coffee-rails"
gem "sass-rails"
gem "turbolinks", "~> 5"
+gem "rails-ujs", github: "rails/rails-ujs"
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)