Skip to content

Commit

Permalink
Merge pull request #311 from betadots/dependabot/bundler/listen-3.9.0
Browse files Browse the repository at this point in the history
Bump listen from 3.8.0 to 3.9.0
  • Loading branch information
rwaffen authored Mar 1, 2024
2 parents e3b4150 + 1a3ce20 commit 4c73e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ group :development do
gem 'web-console', '>= 3.3.0'
end

gem 'listen', '~> 3.2' # need for rake to precompile assets
gem 'listen', '~> 3.9' # need for rake to precompile assets

group :test do
# Adds support for Capybara system testing and selenium driver
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ GEM
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
locale (2.1.3)
Expand Down Expand Up @@ -490,7 +490,7 @@ DEPENDENCIES
github_changelog_generator (>= 1.16.1)
hiera-eyaml
importmap-rails
listen (~> 3.2)
listen (~> 3.9)
mini_racer
net-ldap
puma (~> 6.4)
Expand Down

0 comments on commit 4c73e2d

Please sign in to comment.