Skip to content

Commit

Permalink
Use ruby-binlog 0.1.9 for ruby 1.9.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Mito committed Mar 19, 2013
1 parent a906e3b commit e516e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodama.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'ruby-binlog', '>= 0.1.8'
gem.add_dependency 'ruby-binlog', '>= 0.1.9'

gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
Expand Down

0 comments on commit e516e9f

Please sign in to comment.