Skip to content

Commit

Permalink
Merge pull request #34 from kevTheDev/update-money-dependency
Browse files Browse the repository at this point in the history
Update money dependency
  • Loading branch information
semmons99 committed Jan 9, 2015
2 parents de2cc5c + aa5bf4b commit e2eb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eu_central_bank.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = "This gem reads exchange rates from the european central bank website. It uses it to calculates exchange rates. It is compatible with the money gem"

s.add_dependency "nokogiri", "~> 1.6.3"
s.add_dependency "money", "~> 6.3.0"
s.add_dependency "money", "~> 6.5.0"

s.add_development_dependency "rspec", "~> 3.0.0"

Expand Down

0 comments on commit e2eb887

Please sign in to comment.