From 277b5f9af8d3cd18e3c6a575781bd04024f12c30 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Mon, 21 Nov 2016 15:16:53 -0500 Subject: [PATCH] Add rails-ujs as dependency in the rails Gemfile --- Gemfile | 1 + Gemfile.lock | 8 ++++++++ 2 files changed, 9 insertions(+) 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) diff --git a/Gemfile.lock b/Gemfile.lock index a4fb43ceb8..bc88ca95bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,6 +38,13 @@ GIT event_emitter websocket +GIT + remote: https://github.com/rails/rails-ujs.git + revision: 767692f53dec79d42928029a55fdfcced35681e8 + specs: + rails-ujs (0.0.1) + railties (>= 3.1) + GIT remote: https://github.com/resque/resque.git revision: 20d885065ac19e7f7d7a982f4ed1296083db0300 @@ -399,6 +406,7 @@ DEPENDENCIES racc (>= 1.4.6) rack-cache (~> 1.2) rails! + rails-ujs! rake (>= 11.1) rb-inotify! redcarpet (~> 3.2.3)