Remove mousetrap-rails gem
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
8a116be484
commit
c4909d2edf
4 changed files with 5 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -244,9 +244,6 @@ gem 'rack-attack', '~> 4.4.1'
|
|||
# Ace editor
|
||||
gem 'ace-rails-ap', '~> 4.1.0'
|
||||
|
||||
# Keyboard shortcuts
|
||||
gem 'mousetrap-rails', '~> 1.4.6'
|
||||
|
||||
# Detect and convert string character encoding
|
||||
gem 'charlock_holmes', '~> 0.7.5'
|
||||
|
||||
|
|
|
@ -463,7 +463,6 @@ GEM
|
|||
mini_mime (1.0.1)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.7.0)
|
||||
mousetrap-rails (1.4.6)
|
||||
msgpack (1.2.4)
|
||||
multi_json (1.13.1)
|
||||
multi_xml (0.6.0)
|
||||
|
@ -1046,7 +1045,6 @@ DEPENDENCIES
|
|||
method_source (~> 0.8)
|
||||
mini_magick
|
||||
minitest (~> 5.7.0)
|
||||
mousetrap-rails (~> 1.4.6)
|
||||
mysql2 (~> 0.4.10)
|
||||
net-ldap
|
||||
net-ssh (~> 5.0)
|
||||
|
|
|
@ -466,7 +466,6 @@ GEM
|
|||
mini_mime (1.0.1)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.7.0)
|
||||
mousetrap-rails (1.4.6)
|
||||
msgpack (1.2.4)
|
||||
multi_json (1.13.1)
|
||||
multi_xml (0.6.0)
|
||||
|
@ -1055,7 +1054,6 @@ DEPENDENCIES
|
|||
method_source (~> 0.8)
|
||||
mini_magick
|
||||
minitest (~> 5.7.0)
|
||||
mousetrap-rails (~> 1.4.6)
|
||||
mysql2 (~> 0.4.10)
|
||||
net-ldap
|
||||
net-ssh (~> 5.0)
|
||||
|
|
5
changelogs/unreleased/53270-remove-mousetrap-rails.yml
Normal file
5
changelogs/unreleased/53270-remove-mousetrap-rails.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove mousetrap-rails gem
|
||||
merge_request: 22647
|
||||
author: Takuya Noguchi
|
||||
type: other
|
Loading…
Reference in a new issue