-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTParty dependency version, resolves https://nvd.nist.gov/vuln/detail/CVE-2013-1801
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' | ||
|
@@ -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 |