Skip to content

Commit 84de168

Browse files
Merge pull request #152 from mitch3lljones/dependabot/bundler/listen-3.8.0
Bump listen from 3.7.1 to 3.8.0
2 parents 3fc5ab5 + 3c43bb2 commit 84de168

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
@@ -52,7 +52,7 @@ end
5252
group :development do
5353
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
5454
gem 'web-console', '>= 3.3.0'
55-
gem 'listen', '>= 3.0.5', '< 3.8'
55+
gem 'listen', '>= 3.0.5', '< 3.9'
5656
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5757
gem 'spring'
5858
gem 'spring-watcher-listen', '~> 2.1.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
actionview (>= 5.0.0)
117117
activesupport (>= 5.0.0)
118118
jwt (2.5.0)
119-
listen (3.7.1)
119+
listen (3.8.0)
120120
rb-fsevent (~> 0.10, >= 0.10.3)
121121
rb-inotify (~> 0.9, >= 0.9.10)
122122
loofah (2.19.1)
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
chromedriver-helper
287287
coffee-rails (~> 5.0)
288288
jbuilder (~> 2.11)
289-
listen (>= 3.0.5, < 3.8)
289+
listen (>= 3.0.5, < 3.9)
290290
paperclip
291291
pg
292292
puma (~> 6.0)

0 commit comments

Comments
 (0)