Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aeb5652

Browse files
authoredMar 24, 2022
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] <support@github.com>
1 parent d6c8b6e commit aeb5652

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎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

‎Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
hocon (~> 1.3)
3333
thor (>= 1.0.1, < 2.0)
3434
fast_gettext (1.8.0)
35-
ffi (1.15.4)
35+
ffi (1.15.5)
3636
forwardable-extended (2.6.0)
3737
git (1.9.1)
3838
rchardet (~> 1.8)
@@ -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)
@@ -124,7 +124,7 @@ GEM
124124
rake-remote_task (2.4.4)
125125
open4 (~> 1.0)
126126
rake (>= 0.8, < 15.0)
127-
rb-fsevent (0.11.0)
127+
rb-fsevent (0.11.1)
128128
rb-inotify (0.10.1)
129129
ffi (~> 1.0)
130130
rchardet (1.8.0)
@@ -164,7 +164,7 @@ DEPENDENCIES
164164
jekyll (~> 4.1)
165165
json (~> 2.5)
166166
kramdown (~> 2.3)
167-
listen (~> 3.5.1)
167+
listen (~> 3.7.1)
168168
maruku (~> 0.7)
169169
nokogiri (>= 1.12.5)
170170
pandoc-ruby

0 commit comments

Comments
 (0)
Please sign in to comment.