Merge branch 'master' into rubocop-Lint-AssignmentInCondition

This commit is contained in:
Olle Jonsson 2019-02-25 22:58:42 +01:00 committed by GitHub
commit a4ee8a7704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 26 additions and 40 deletions

View File

@ -185,13 +185,6 @@ Layout/SpaceInsidePercentLiteralDelimiters:
Exclude:
- 'lib/faraday/adapter/rack.rb'
# Offense count: 30
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingBlankLines:
Enabled: false
# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: AllowInHeredoc.

View File

@ -13,18 +13,15 @@ group :development, :test do
end
group :test do
gem 'addressable', '< 2.4.0'
gem 'coveralls', :require => false
gem 'em-http-request', '>= 1.1', :require => 'em-http'
gem 'em-synchrony', '>= 1.0.3', :require => ['em-synchrony', 'em-synchrony/em-http']
gem 'excon', '>= 0.27.4'
gem 'httpclient', '>= 2.2'
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'minitest', '>= 5.0.5'
gem 'net-http-persistent'
gem 'patron', '>= 0.4.2', :platforms => :ruby
gem 'rack-test', '>= 0.6', :require => 'rack/test'
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
gem 'rspec', '~> 3.7'
gem 'rubocop', '~> 0.65.0'
gem 'simplecov'
@ -34,4 +31,3 @@ group :test do
end
gemspec

View File

@ -49,4 +49,3 @@ module Faraday
end
end
end

View File

@ -16,4 +16,3 @@ module Faraday
end
end
end

View File

@ -14,4 +14,3 @@ module Faraday
end
end
end