From 32ec2acdd009b1abe3f26d9d9cc26e2248c74554 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 21 May 2018 17:02:19 +0900 Subject: [PATCH] Remove jquery-rails Because we use jQueyr npm. Signed-off-by: Kenji Okimoto --- Gemfile.lock | 5 ----- config/application.rb | 1 - fluentd-ui.gemspec | 1 - 3 files changed, 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eb88a2f..c56de5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,6 @@ PATH haml-rails (~> 1.0) httpclient (~> 2.5) jbuilder (~> 2.0) - jquery-rails (~> 4.3.1) kramdown (> 1.0.0) kramdown-haml puma @@ -155,10 +154,6 @@ GEM jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jquery-rails (4.3.3) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) json (2.1.0) kramdown (1.16.2) kramdown-haml (0.0.3) diff --git a/config/application.rb b/config/application.rb index 1a0d672..b93dc7a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -21,7 +21,6 @@ require "font-awesome-rails" require "draper" require "sass" require "haml-rails" -require "jquery-rails" require "sucker_punch" require "settingslogic" require "kramdown-haml" diff --git a/fluentd-ui.gemspec b/fluentd-ui.gemspec index b1383b0..802db7a 100644 --- a/fluentd-ui.gemspec +++ b/fluentd-ui.gemspec @@ -32,7 +32,6 @@ Gem::Specification.new do |spec| spec.add_dependency "font-awesome-rails" spec.add_dependency 'sass-rails', '~> 5.0.7' spec.add_dependency "haml-rails", "~> 1.0" - spec.add_dependency 'jquery-rails', "~> 4.3.1" spec.add_dependency 'jbuilder', '~> 2.0' spec.add_dependency "draper", '~> 3.0' spec.add_dependency "bundler"