Skip to content

Commit

Permalink
Update dependency listen to ">= 3.0.5", "< 3.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent c7f7811 commit a98d540
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 @@ -24,7 +24,7 @@ gem "uglifier", ">= 1.3.0"

group :development do
gem "better_errors"
gem "listen", ">= 3.0.5", "< 3.8"
gem "listen", ">= 3.0.5", "< 3.9"
gem "rails_layout"
gem "spring"
gem "spring-commands-rspec"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
railties (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
high_voltage (3.1.2)
Expand All @@ -165,7 +165,7 @@ GEM
libv8-node (16.10.0.0-arm64-darwin)
libv8-node (16.10.0.0-x86_64-darwin)
libv8-node (16.10.0.0-x86_64-linux)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.12.0)
Expand Down Expand Up @@ -387,7 +387,7 @@ DEPENDENCIES
jbuilder (~> 2.11)
jquery-rails
launchy
listen (>= 3.0.5, < 3.8)
listen (>= 3.0.5, < 3.9)
lograge (~> 0.12)
mini_racer
pg
Expand Down

0 comments on commit a98d540

Please sign in to comment.