Skip to content

Commit 3bd68d0

Browse files
Bump listen from 3.9.0 to 3.10.0 (#1338)
Bumps [listen](https://github.com/guard/listen) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: listen dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b344b50 commit 3bd68d0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :development, :test do
6363
end
6464

6565
group :development do
66-
gem 'listen', '~> 3.9'
66+
gem 'listen', '~> 3.10'
6767
gem 'pry-rails'
6868
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
6969
gem 'web-console', '>= 4.0.2'

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ GEM
150150
faraday (>= 1, < 3)
151151
faraday-net_http (3.4.2)
152152
net-http (~> 0.5)
153-
ffi (1.17.0)
153+
ffi (1.17.3-arm64-darwin)
154+
ffi (1.17.3-x86_64-linux-gnu)
154155
fugit (1.12.1)
155156
et-orbi (~> 1.4)
156157
raabro (~> 1.4)
@@ -204,7 +205,8 @@ GEM
204205
base64
205206
language_server-protocol (3.17.0.5)
206207
lint_roller (1.1.0)
207-
listen (3.9.0)
208+
listen (3.10.0)
209+
logger
208210
rb-fsevent (~> 0.10, >= 0.10.3)
209211
rb-inotify (~> 0.9, >= 0.9.10)
210212
logger (1.7.0)
@@ -465,7 +467,7 @@ DEPENDENCIES
465467
hiredis
466468
httparty
467469
jwt (~> 3.1)
468-
listen (~> 3.9)
470+
listen (~> 3.10)
469471
oj (~> 3.16)
470472
pg (~> 1.6)
471473
postmark-rails

0 commit comments

Comments
 (0)