Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 27, 2018
1 parent 0e6f9cc commit 39734a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guard-falcon.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency("falcon", "~> 0.15.0")
spec.add_dependency("falcon", "~> 0.16.0")

spec.add_dependency("guard")
spec.add_dependency("guard-compat", "~> 1.2")
Expand Down
2 changes: 1 addition & 1 deletion lib/guard/falcon/version.rb
Expand Up @@ -20,6 +20,6 @@

module Guard
module Falcon
VERSION = "0.8.0"
VERSION = "0.8.1"
end
end

0 comments on commit 39734a1

Please sign in to comment.