Skip to content

Commit

Permalink
Require specific version of listen
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkpr committed Nov 16, 2016
1 parent be48ec5 commit 4b45396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voog_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 2.14.1'
spec.add_development_dependency 'webmock', '1.16.0'
spec.add_development_dependency 'rake'

spec.add_development_dependency 'listen', '3.0.8'

spec.add_dependency 'sawyer', '~> 0.5.4'
end

0 comments on commit 4b45396

Please sign in to comment.