Skip to content

Commit

Permalink
Update listen to fix rails compatibilty after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Mar 19, 2024
1 parent 497b80d commit 8c946cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end

group :development do
gem 'bullet'
gem 'listen', '~> 3.0.5'
gem 'listen'
gem 'rb-readline'
# Spring speeds up development by keeping your application
# running in the background. Read more: https://github.com/rails/spring
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ GEM
rails (>= 4.2)
language_list (1.2.1)
language_server-protocol (3.17.0.3)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
listen (3.9.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 @@ -499,7 +499,7 @@ DEPENDENCIES
jsbundling-rails
keycloak-api-rails
language_list
listen (~> 3.0.5)
listen
mini_magick
net-imap
net-ldap (~> 0.16.0)
Expand Down Expand Up @@ -538,4 +538,4 @@ DEPENDENCIES
webdrivers (~> 5.3, >= 5.3.1)

BUNDLED WITH
2.4.6
2.4.10

0 comments on commit 8c946cc

Please sign in to comment.