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

Commit d45f588

Browse files
build(deps-dev): bump listen from 3.6.0 to 3.7.0 (#85)
Bumps [listen](https://github.com/guard/listen) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Osamu Takiya <[email protected]>
1 parent b795414 commit d45f588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7'
24+
gem 'listen', '>= 3.0.5', '< 3.8'
2525
gem 'spring'
2626
gem 'spring-watcher-listen', '~> 2.0.0'
2727
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
activerecord
128128
kaminari-core (= 1.2.1)
129129
kaminari-core (1.2.1)
130-
listen (3.6.0)
130+
listen (3.7.0)
131131
rb-fsevent (~> 0.10, >= 0.10.3)
132132
rb-inotify (~> 0.9, >= 0.9.10)
133133
loofah (2.10.0)
@@ -261,7 +261,7 @@ DEPENDENCIES
261261
dotenv-rails
262262
jbuilder (~> 2.11)
263263
kaminari
264-
listen (>= 3.0.5, < 3.7)
264+
listen (>= 3.0.5, < 3.8)
265265
mysql2
266266
nokogiri (>= 1.8.2)
267267
puma (~> 5.4)

0 commit comments

Comments
 (0)