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 Apr 25, 2024
1 parent ce970ed commit 61a3421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 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.16.3)
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 @@ -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 61a3421

Please sign in to comment.