Skip to content

Commit

Permalink
Merge pull request #268 from ualbertalib/dependabot/bundler/listen-3.7.0
Browse files Browse the repository at this point in the history
Bump listen from 3.5.1 to 3.7.0
  • Loading branch information
nnunn authored Aug 26, 2021
2 parents c680eaa + dbdcf59 commit 62df7a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.6'
gem 'listen', '>= 3.0.5', '< 3.8'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.15.1)
ffi (1.15.3)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
globalid (0.5.2)
Expand Down Expand Up @@ -128,8 +128,8 @@ GEM
kramdown (2.3.1)
rexml
libv8 (8.4.255.0)
libv8-node (15.14.0.1-x86_64-darwin-19)
listen (3.5.1)
libv8-node (15.14.0.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.12.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
htmlentities
jbuilder (~> 2.11)
libv8 (~> 8.4)
listen (>= 3.0.5, < 3.6)
listen (>= 3.0.5, < 3.8)
mini_magick (>= 4.9.4)
mini_racer (= 0.4.0)
mysql2 (~> 0.5.3)
Expand Down

0 comments on commit 62df7a9

Please sign in to comment.