Skip to content

Commit

Permalink
update faraday version
Browse files Browse the repository at this point in the history
  • Loading branch information
nelyj committed Sep 29, 2020
1 parent b24ba48 commit 9f22221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsale.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "pry-byebug"
spec.add_dependency "faraday", '~> 0.9'
spec.add_dependency "faraday"
spec.add_dependency "uri_template", '~> 0.7'
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 12.3.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/bsale/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bsale
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 9f22221

Please sign in to comment.