Skip to content

Commit

Permalink
Merge pull request #140 from cedarcode/sr--remove-listen
Browse files Browse the repository at this point in the history
Remove `listen` from the dependencies
  • Loading branch information
santiagorodriguez96 authored Mar 29, 2024
2 parents 11630dd + f818467 commit fe83a4d
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 @@ -30,7 +30,6 @@ end
group :development do
gem "brakeman", '~> 6.0', '>= 6.0.1'
gem "bundler-audit", '~> 0.9.1'
gem 'listen', '~> 3.8'
gem "rack-mini-profiler", "~> 2.0"
gem 'web-console', '~> 4.2', '>= 4.2.1'
end
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ GEM
railties (>= 6.0.0)
jaro_winkler (1.5.4)
jwt (2.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -193,9 +190,6 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rollbar (2.27.1)
Expand Down Expand Up @@ -279,7 +273,6 @@ DEPENDENCIES
capybara (~> 3.26)
dotenv-rails (~> 2.7)
importmap-rails (~> 1.2)
listen (~> 3.8)
minitest-stub_any_instance (~> 1.0)
pg (~> 1.1)
puma (~> 6.3, >= 6.3.1)
Expand Down
4 changes: 0 additions & 4 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = 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

# Uncomment if you wish to allow Action Cable access from any origin.
# config.action_cable.disable_request_forgery_protection = true
end

0 comments on commit fe83a4d

Please sign in to comment.