Skip to content

Commit

Permalink
Remove listen gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Jul 26, 2024
1 parent c0bb662 commit 3ebe838
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ group :development do
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'database_cleaner-active_record'
gem 'listen', '>= 3.0.5'
gem 'rspec-rails'
gem 'web-console', '>= 3.3.0'
end
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ GEM
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
library_stdnums (1.6.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -381,9 +378,6 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (2.8.4)
rdoc (6.7.0)
psych (>= 4.0.0)
Expand Down Expand Up @@ -581,7 +575,6 @@ DEPENDENCIES
jbuilder (~> 2.5)
jwt
library_stdnums
listen (>= 3.0.5)
marc
marc_cleanup!
matrix
Expand Down
4 changes: 0 additions & 4 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,5 @@

# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true

# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
end
# rubocop:enable Metrics/BlockLength

0 comments on commit 3ebe838

Please sign in to comment.