Skip to content

Commit c4874e1

Browse files
Bump listen from 3.5.1 to 3.7.1
Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.7.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.5.1...v3.7.1) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d81d02b commit c4874e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group(:build_site) do
1212
gem 'kramdown', '~> 2.3'
1313
gem 'vlad', '~> 2.7'
1414
gem 'vlad-git', '~> 2.1'
15-
gem 'listen', '~> 3.5.1' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.
15+
gem 'listen', '~> 3.7.1' # Preserve ability to run on Ruby 2.0, since listen 3.1 requires Ruby ~> 2.2.
1616
end
1717

1818
group(:generate_references) do

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
kramdown-parser-gfm (1.1.0)
6868
kramdown (~> 2.0)
6969
liquid (4.0.3)
70-
listen (3.5.1)
70+
listen (3.7.1)
7171
rb-fsevent (~> 0.10, >= 0.10.3)
7272
rb-inotify (~> 0.9, >= 0.9.10)
7373
locale (2.1.3)
@@ -170,7 +170,7 @@ DEPENDENCIES
170170
jekyll (~> 4.1)
171171
json (~> 2.5)
172172
kramdown (~> 2.3)
173-
listen (~> 3.5.1)
173+
listen (~> 3.7.1)
174174
maruku (~> 0.7)
175175
nokogiri (>= 1.12.5)
176176
pandoc-ruby

0 commit comments

Comments
 (0)