Skip to content

Commit

Permalink
Update 1.1.1: (#17)
Browse files Browse the repository at this point in the history
HTTParty dependency version, resolves https://nvd.nist.gov/vuln/detail/CVE-2013-1801
  • Loading branch information
rmustafin authored Mar 29, 2019
1 parent 87955f9 commit dde1d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions russian_central_bank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'russian_central_bank'
spec.version = '1.1.0'
spec.version = '1.1.1'
spec.authors = ['Ramil Mustafin']
spec.email = ['[email protected]']
spec.description = 'RussianCentralBank extends Money::Bank::VariableExchange and gives you access to the Central Bank of Russia currency exchange rates.'
Expand All @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'webmock', '~>3'

spec.add_dependency 'httparty', '~>0'
spec.add_dependency 'httparty', '>= 0.10.0'
spec.add_dependency 'money', '~> 6'
end

0 comments on commit dde1d8c

Please sign in to comment.