Skip to content

Commit c867fb8

Browse files
Merge pull request #791 from davidsiaw/dependabot/bundler/listen-3.9.0
2 parents 453ef2f + 66a1341 commit c867fb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ end
8888

8989
group :development do
9090
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
91-
gem 'listen', '>= 3.0.5', '< 3.9'
91+
gem 'listen', '>= 3.0.5', '< 3.10'
9292
gem 'web-console', '>= 3.3.0'
9393
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
9494
gem 'spring'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ GEM
235235
kramdown-parser-gfm (1.1.0)
236236
kramdown (~> 2.0)
237237
language_server-protocol (3.17.0.3)
238-
listen (3.8.0)
238+
listen (3.9.0)
239239
rb-fsevent (~> 0.10, >= 0.10.3)
240240
rb-inotify (~> 0.9, >= 0.9.10)
241241
loofah (2.22.0)
@@ -520,7 +520,7 @@ DEPENDENCIES
520520
grape-swagger-rails
521521
grape-swagger-representable
522522
jbuilder (~> 2.11)
523-
listen (>= 3.0.5, < 3.9)
523+
listen (>= 3.0.5, < 3.10)
524524
paper_trail
525525
pg (>= 0.18, < 2.0)
526526
pry-byebug

0 commit comments

Comments
 (0)