Skip to content

Commit

Permalink
Merge pull request #304 from internetee/dependabot/bundler/listen-3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 27, 2021
2 parents bdb9557 + ce15792 commit d90ede6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'uglifier'
gem 'passenger', '>= 5.3.2', require: 'phusion_passenger/rack_handler'

group :development do
gem 'listen', '>= 3.0.5', '< 3.6'
gem 'listen', '>= 3.0.5', '< 3.7'
end

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
docile (1.3.2)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.15.1)
ffi (1.15.3)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
globalid (0.4.2)
Expand All @@ -110,7 +110,7 @@ GEM
jmespath (1.4.0)
json (2.5.1)
kgio (2.11.4)
listen (3.5.1)
listen (3.6.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.10.0)
Expand Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
capybara
figaro (~> 1.2.0)
jbuilder
listen (>= 3.0.5, < 3.6)
listen (>= 3.0.5, < 3.7)
mimemagic (~> 0.4.3)
mina (~> 1.2.3)
passenger (>= 5.3.2)
Expand Down

0 comments on commit d90ede6

Please sign in to comment.