Skip to content

Commit 0723ded

Browse files
dependabot[bot]floehopper
authored andcommitted
Bump listen from 3.8.0 to 3.9.0
Bumps [listen](https://github.com/guard/listen) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50d3fe3 commit 0723ded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

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

1717
group :development do
1818
gem 'dotenv-rails', '~> 2.8'
19-
gem 'listen', '>= 3.0.5', '< 3.9'
19+
gem 'listen', '>= 3.0.5', '< 3.10'
2020
gem 'tinify'
2121
end
2222

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
dotenv (= 2.8.1)
106106
railties (>= 3.2)
107107
erubi (1.12.0)
108-
ffi (1.15.5)
108+
ffi (1.16.3)
109109
globalid (1.2.1)
110110
activesupport (>= 6.1)
111111
httpclient (2.8.3)
@@ -114,7 +114,7 @@ GEM
114114
jmespath (1.6.2)
115115
kramdown (2.4.0)
116116
rexml
117-
listen (3.8.0)
117+
listen (3.9.0)
118118
rb-fsevent (~> 0.10, >= 0.10.3)
119119
rb-inotify (~> 0.9, >= 0.9.10)
120120
loofah (2.22.0)
@@ -250,7 +250,7 @@ DEPENDENCIES
250250
capybara (~> 3.40)
251251
dotenv-rails (~> 2.8)
252252
kramdown (~> 2.4)
253-
listen (>= 3.0.5, < 3.9)
253+
listen (>= 3.0.5, < 3.10)
254254
puma (~> 6)
255255
rails (~> 7.0)
256256
rails-controller-testing (~> 1.0)

0 commit comments

Comments
 (0)