Skip to content

Commit

Permalink
Update dependency listen to '>= 3.0.5', '< 3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 0f8dd9e commit a8c745c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ group :development do
gem 'i18n-debug'
gem 'letter_opener', '~> 1.8'
gem 'letter_opener_web', '~> 3.0'
gem 'listen', '>= 3.0.5', '< 3.9'
gem 'listen', '>= 3.0.5', '< 3.10'
gem 'ruby-lsp-rails'
gem 'web-console', '>= 3.3.0'
end
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.15.5)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -215,7 +216,7 @@ GEM
letter_opener (~> 1.9)
railties (>= 6.1)
rexml
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.4.0)
Expand Down Expand Up @@ -353,7 +354,7 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbtree3 (0.7.1)
recaptcha (5.14.0)
Expand Down Expand Up @@ -509,7 +510,7 @@ DEPENDENCIES
jwt
letter_opener (~> 1.8)
letter_opener_web (~> 3.0)
listen (>= 3.0.5, < 3.9)
listen (>= 3.0.5, < 3.10)
lograge
mimemagic (~> 0.4.3)
money
Expand Down

0 comments on commit a8c745c

Please sign in to comment.