diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-10-13 18:08:35 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-10-13 18:08:35 +0900 |
commit | d0aeeb732866ef906f2d7539e9ef165acc7ce64b (patch) | |
tree | 1638e729ac7bf4f083f9da695751df6b4c17de1c /Gemfile | |
parent | 4e6774eed5a95dda463df0a9f0b264b16e61e79e (diff) | |
download | rails-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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |