Skip to content

Commit

Permalink
Bump Faraday and gem version to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 4, 2022
1 parent 8a2f480 commit b5f7fec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.19.0'

gem 'multipart-parser', '~> 0.1.1'
gem 'webmock', '~> 3.4'

gem 'rubocop', '~> 0.91.1'
Expand Down
2 changes: 1 addition & 1 deletion faraday-net_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('lib/**/*') + %w[README.md LICENSE.md]
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 2.0.0.alpha-2'
spec.add_dependency 'faraday', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/faraday/net_http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Faraday
module NetHttp
VERSION = '2.0.0.alpha-2'
VERSION = '2.0.0'
end
end

0 comments on commit b5f7fec

Please sign in to comment.