Skip to content

Commit

Permalink
Drop listen gem
Browse files Browse the repository at this point in the history
This has less benefit for us.
- rails/rails#42985
  • Loading branch information
tricknotes committed Oct 8, 2023
1 parent c4263d0 commit f76040b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ gem 'uglifier'

group :development do
gem 'letter_opener_web'
gem 'listen'
gem 'debug', groups: %i(test)
gem 'web-console'
end
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ GEM
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -261,9 +258,6 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
redis (5.0.7)
Expand Down Expand Up @@ -352,7 +346,6 @@ DEPENDENCIES
factory_bot_rails
haml
letter_opener_web
listen
mongoid!
octokit
omniauth
Expand Down

0 comments on commit f76040b

Please sign in to comment.