Skip to content

Commit 26064f2

Browse files
Bump listen from 3.2.1 to 3.3.3
Bumps [listen](https://github.com/guard/listen) from 3.2.1 to 3.3.3. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.2.1...v3.3.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 73282ff commit 26064f2

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
@@ -35,7 +35,7 @@ end
3535
group :development do
3636
gem 'annotate'
3737
gem 'graphiql-rails'
38-
gem 'listen', '>= 3.0.5', '< 3.3'
38+
gem 'listen', '>= 3.0.5', '< 3.4'
3939
gem 'rubocop'
4040
gem 'rubocop-rails'
4141
gem 'web-console', '>= 3.3.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
activesupport (>= 5.0.0)
128128
jmespath (1.4.0)
129129
jwt (2.2.2)
130-
listen (3.2.1)
130+
listen (3.3.3)
131131
rb-fsevent (~> 0.10, >= 0.10.3)
132132
rb-inotify (~> 0.9, >= 0.9.10)
133133
lograge (0.11.2)
@@ -304,7 +304,7 @@ DEPENDENCIES
304304
graphql
305305
jbuilder
306306
jwt
307-
listen (>= 3.0.5, < 3.3)
307+
listen (>= 3.0.5, < 3.4)
308308
lograge
309309
mitlibraries-theme
310310
pg

0 commit comments

Comments
 (0)