Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 8d0cd50

Browse files
Bump listen from 3.4.1 to 3.5.0 (#63)
Bumps [listen](https://github.com/guard/listen) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.4.1...v3.5.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c583e91 commit 8d0cd50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
group :development do
2323
gem 'web-console', '>= 3.3.0'
24-
gem 'listen', '>= 3.0.5', '< 3.5'
24+
gem 'listen', '>= 3.0.5', '< 3.6'
2525
gem 'spring'
2626
gem 'spring-watcher-listen', '~> 2.0.0'
2727
end

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
equalizer (0.0.11)
9595
erubi (1.10.0)
9696
execjs (2.7.0)
97-
ffi (1.14.2)
97+
ffi (1.15.0)
9898
ffi-compiler (1.0.1)
9999
ffi (>= 1.0.0)
100100
rake
@@ -127,7 +127,7 @@ GEM
127127
activerecord
128128
kaminari-core (= 1.2.1)
129129
kaminari-core (1.2.1)
130-
listen (3.4.1)
130+
listen (3.5.0)
131131
rb-fsevent (~> 0.10, >= 0.10.3)
132132
rb-inotify (~> 0.9, >= 0.9.10)
133133
loofah (2.9.0)
@@ -263,7 +263,7 @@ DEPENDENCIES
263263
dotenv-rails
264264
jbuilder (~> 2.11)
265265
kaminari
266-
listen (>= 3.0.5, < 3.5)
266+
listen (>= 3.0.5, < 3.6)
267267
mysql2
268268
nokogiri (>= 1.8.2)
269269
puma (~> 5.2)

0 commit comments

Comments
 (0)