Skip to content

Commit

Permalink
Merge pull request #310 from internetee/dependabot/bundler/listen-3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 24, 2021
2 parents 8c8c218 + 8b32d40 commit cb64c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7'
gem 'listen', '>= 3.0.5', '< 3.8'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
jmespath (1.4.0)
json (2.5.1)
kgio (2.11.4)
listen (3.6.0)
listen (3.7.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.7)
listen (>= 3.0.5, < 3.8)
mimemagic (~> 0.4.3)
mina (~> 1.2.4)
passenger (>= 5.3.2)
Expand Down

0 comments on commit cb64c95

Please sign in to comment.