Skip to content

Commit

Permalink
bumping faraday to version 2+ (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy <dpashkin@enova.com>
  • Loading branch information
bubket and bubket authored Nov 7, 2023
1 parent 87d4e30 commit 9a9cb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faraday-conductivity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "faraday", "~> 1.0"
gem.add_dependency "faraday", "~> 2.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~> 3"
gem.add_development_dependency "pry"
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday/conductivity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faraday
module Conductivity
VERSION = "1.0.1"
VERSION = "2.0.0"
end
end

0 comments on commit 9a9cb62

Please sign in to comment.