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 Jun 6, 2024
1 parent f0e0598 commit 60cbf9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'simpleidn', '0.2.1' # For Punycode
gem 'uglifier'

group :development do
gem 'listen', '>= 3.0.5', '< 3.9'
gem 'listen', '>= 3.0.5', '< 3.10'
end

group :development, :test do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
docile (1.3.2)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.15.5)
ffi (1.17.0)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
globalid (0.5.2)
Expand All @@ -116,7 +116,7 @@ GEM
jmespath (1.6.1)
json (2.5.1)
kgio (2.11.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
raindrops (0.19.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
recaptcha (5.8.1)
json
Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
capybara
figaro (~> 1.2.0)
jbuilder
listen (>= 3.0.5, < 3.9)
listen (>= 3.0.5, < 3.10)
mimemagic (~> 0.4.3)
mina (~> 1.2.4)
passenger (>= 5.3.2)
Expand Down

0 comments on commit 60cbf9f

Please sign in to comment.