Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jul 24, 2013
1 parent f51f64d commit f79c883
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ Gem::Specification.new do |s|
s.description = "This library aids one in handling money and different currencies."

s.required_ruby_version = ">= 1.8.7"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "i18n", "~> 0.6.0"
s.add_dependency "i18n", "~> 0.6.4"

s.add_development_dependency "rspec", "~> 2.11.0"
s.add_development_dependency "yard", "~> 0.8.1"
s.add_development_dependency "kramdown", "~> 0.14.0"
s.add_development_dependency "rspec", "~> 2.14"
s.add_development_dependency "yard", "~> 0.8"
s.add_development_dependency "kramdown", "~> 1.1"

s.license = "MIT"

Expand Down

0 comments on commit f79c883

Please sign in to comment.