Skip to content

Commit

Permalink
Merge pull request #192 from uclibs/dependabot/bundler/listen-3.8.0
Browse files Browse the repository at this point in the history
Bump listen from 3.0.8 to 3.8.0
  • Loading branch information
Janell-Huyck committed Sep 18, 2023
1 parent 3592241 commit 5e6963e
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 @@ -73,7 +73,7 @@ group :development do
gem 'capistrano-rbenv-install', '~> 1.2.0'
gem 'capistrano-rvm', require: false
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'listen', '>= 3.0.5', '< 3.9'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ GEM
thor (>= 0.14, < 2.0)
json (2.6.3)
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.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -390,7 +390,7 @@ DEPENDENCIES
factory_bot_rails
jbuilder (~> 2.5)
jquery-rails
listen (>= 3.0.5, < 3.2)
listen (>= 3.0.5, < 3.9)
mysql2
net-smtp
pagy (~> 3.7)
Expand Down

0 comments on commit 5e6963e

Please sign in to comment.