Skip to content

Commit

Permalink
Fix rb-fsevent version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkpr committed Apr 29, 2018
1 parent 475ce89 commit ac2ecb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/voog/dtk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Voog
module Dtk
VERSION = '0.5.5'
VERSION = '0.5.6'
end
end
3 changes: 2 additions & 1 deletion voog-kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'guard-rspec'
spec.add_runtime_dependency 'gli', '2.10.0'

spec.add_runtime_dependency 'rb-fsevent', '0.9.8'
spec.add_runtime_dependency 'gli', '2.10.0'
spec.add_runtime_dependency 'pry'
spec.add_runtime_dependency 'listen', '~> 3.0'
spec.add_runtime_dependency 'git'
Expand Down

0 comments on commit ac2ecb3

Please sign in to comment.