Skip to content

Commit

Permalink
Use Listen ~> 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Mar 20, 2014
1 parent 8ea92da commit 4d6ccb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in spring.gemspec
gemspec

gem 'listen', '>= 2.4.0', require: false
gem 'listen', '>= 2.7.0', require: false
2 changes: 1 addition & 1 deletion lib/spring/watcher/listen.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gem "listen", "~> 2.1"
gem "listen", "~> 2.7"
require "listen"
require "listen/version"

Expand Down

0 comments on commit 4d6ccb1

Please sign in to comment.