aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-10-13 18:08:35 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-10-13 18:08:35 +0900
commitd0aeeb732866ef906f2d7539e9ef165acc7ce64b (patch)
tree1638e729ac7bf4f083f9da695751df6b4c17de1c
parent4e6774eed5a95dda463df0a9f0b264b16e61e79e (diff)
downloadrails-d0aeeb732866ef906f2d7539e9ef165acc7ce64b.tar.gz
rails-d0aeeb732866ef906f2d7539e9ef165acc7ce64b.tar.bz2
rails-d0aeeb732866ef906f2d7539e9ef165acc7ce64b.zip
Remove unsued `jquery-rails`
This has been added by 8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b. But now it is unnecessary because it is not used in the test.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
2 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 1ef6629945..8c6d943e18 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,6 @@ gem "mocha", require: false
gem "capybara", "~> 2.15"
gem "rack-cache", "~> 1.2"
-gem "jquery-rails"
gem "coffee-rails"
gem "sass-rails", github: "rails/sass-rails", branch: "5-0-stable"
gem "turbolinks", "~> 5"
diff --git a/Gemfile.lock b/Gemfile.lock
index 6228d754a8..ac56bca4ce 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -290,10 +290,6 @@ GEM
httpclient (2.8.3)
i18n (0.8.6)
jmespath (1.3.1)
- jquery-rails (4.3.1)
- rails-dom-testing (>= 1, < 3)
- railties (>= 4.2.0)
- thor (>= 0.14, < 2.0)
json (2.1.0)
jwt (1.5.6)
kindlerb (1.2.0)
@@ -510,7 +506,6 @@ DEPENDENCIES
erubis (~> 2.7.0)
google-cloud-storage (~> 1.3)
hiredis
- jquery-rails
json (>= 2.0.0)
kindlerb (~> 1.2.0)
libxml-ruby