Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jan 16, 2016
1 parent 965fabc commit 734bd00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rom-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = Dir["README.md", "LICENSE", "CHANGELOG.md"]
gem.require_paths = ["lib"]

gem.required_ruby_version = "~> 1.9", ">= 1.9.3"
gem.required_ruby_version = ">= 1.9.3"

gem.add_runtime_dependency "rom", "~> 1.0"
gem.add_runtime_dependency "poseidon", "0.0.5"
gem.add_runtime_dependency "attributes_dsl", ">= 0.1.1"
gem.add_runtime_dependency "poseidon", "~> 0.0.5"
gem.add_runtime_dependency "attributes_dsl", "~> 0.1.0", ">= 0.1.1"

gem.add_development_dependency "hexx-rspec", "~> 0.5"
gem.add_development_dependency "inflecto", "~> 0.0", ">= 0.0.2"
Expand Down

0 comments on commit 734bd00

Please sign in to comment.