gems: remove guard

- It doesn't seem used a lot these days
- It has some incompatibility with rspec 4

We need to explicitely add the 'listen' gem now though.
This commit is contained in:
Pierre de La Morinerie 2021-02-23 14:01:04 +00:00 committed by Pierre de La Morinerie (Rebase PR Action)
parent 1d7c4f5b02
commit 473a86b861
3 changed files with 2 additions and 41 deletions

View file

@ -45,6 +45,7 @@ gem 'image_processing'
gem 'json_schemer'
gem 'jwt'
gem 'kaminari', '1.2.1' # Pagination
gem 'listen' # Required by ActiveSupport::EventedFileUpdateChecker
gem 'lograge'
gem 'logstash-event'
gem 'mailjet'
@ -86,9 +87,6 @@ group :test do
gem 'capybara-selenium'
gem 'database_cleaner'
gem 'factory_bot'
gem 'guard'
gem 'guard-livereload', require: false
gem 'guard-rspec', require: false
gem 'launchy'
gem 'rails-controller-testing'
gem 'shoulda-matchers', require: false

View file

@ -233,9 +233,6 @@ GEM
dumb_delegator (0.8.1)
ecma-re-validator (0.3.0)
regexp_parser (~> 2.0)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
encryptor (3.0.0)
equalizer (0.0.11)
erubi (1.10.0)
@ -244,7 +241,6 @@ GEM
tzinfo
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
excon (0.79.0)
execjs (2.7.0)
factory_bot (6.1.0)
@ -306,25 +302,6 @@ GEM
rails (>= 5.1.0)
groupdate (5.2.2)
activesupport (>= 5)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (5.2.1)
temple (>= 0.8.0)
tilt
@ -356,7 +333,6 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
http_accept_language (2.1.1)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
@ -424,7 +400,6 @@ GEM
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
mailjet (1.6.0)
@ -448,15 +423,11 @@ GEM
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.5.5)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
open4 (1.3.4)
openid_connect (1.2.0)
activemodel
@ -600,10 +571,6 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 0.2)
rqrcode_core (0.2.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
@ -698,7 +665,6 @@ GEM
concurrent-ruby
faraday
sexp_processor (4.15.2)
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sib-api-v3-sdk (7.4.0)
@ -854,9 +820,6 @@ DEPENDENCIES
graphql-schema_comparator
graphql_playground-rails
groupdate
guard
guard-livereload
guard-rspec
haml-lint
haml-rails
hashie
@ -869,6 +832,7 @@ DEPENDENCIES
kaminari (= 1.2.1)
launchy
letter_opener_web
listen
lograge
logstash-event
mailjet

View file

@ -17,7 +17,6 @@
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'rspec'
require 'capybara/rspec'
require 'capybara-screenshot/rspec'
require 'capybara/email/rspec'