Skip to content

Commit

Permalink
v0.2.1 plus bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dleavitt committed Jul 5, 2022
1 parent 225b9ab commit bf7c82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ gem 'bundler', '~> 2.0'
gem 'rack', '~> 2.2'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
gem 'simplecov', '~> 0.19.0'
gem 'simplecov', '~> 0.21.2'

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

gem 'rubocop'
gem 'rubocop', '~> 1.31'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.0'
gem 'rubocop-rspec', '~> 2.9'
2 changes: 1 addition & 1 deletion lib/faraday/typhoeus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Faraday
module Typhoeus
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end

0 comments on commit bf7c82b

Please sign in to comment.