aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-22 08:49:16 -0500
committerGitHub <noreply@github.com>2016-11-22 08:49:16 -0500
commit49aa974ec8b15721d53b3b6abea88bd6ba433a68 (patch)
treeb95b74bca031c9125ef8c0d8d93642d3bd828179 /Gemfile
parent44087d88325be9e7b2e532b16c615e8be4eef13e (diff)
parent277b5f9af8d3cd18e3c6a575781bd04024f12c30 (diff)
downloadrails-49aa974ec8b15721d53b3b6abea88bd6ba433a68.tar.gz
rails-49aa974ec8b15721d53b3b6abea88bd6ba433a68.tar.bz2
rails-49aa974ec8b15721d53b3b6abea88bd6ba433a68.zip
Merge pull request #27113 from rails/remove-jquery
Drop jQuery as a dependency
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)