Mattia Giuffrida
5d4c1fb962
Temporarily use edge rubocop-packaging
2022-08-08 12:23:09 +01:00
Mattia Giuffrida
af116aa0a3
Add bake-test-external
and test faraday-net_http
as part of the CI
2022-08-08 12:23:09 +01:00
Mattia Giuffrida
cb47eca810
Remove multipart middleware and all its documentation and tests.
2022-01-03 09:40:52 +01:00
Jason Banahan
5b8c8a6f2e
Include latest jruby openssl version
...
Fixes issues with letsencrypt certificates
2021-12-17 09:24:12 +01:00
Olle Jonsson
f0bc54fecb
Gem rubocop-inclusivity features are now upstream
...
This commit enables the Naming/InclusiveLanguage rule.
2021-08-17 08:44:04 +02:00
Olle Jonsson
cc5391bc0d
Gemfile: unlock RuboCop to get 1.x
2021-08-17 08:44:04 +02:00
Olle Jonsson
006940a359
Use latest RuboCop, and bump Ruby req to 2.6
2021-08-17 08:44:04 +02:00
Matt
6333b73d13
Begin v2 release ( #1297 )
...
* Update UPGRADING.md to highlight adapters being moved out
* Cleanup tests
* Cleanup Gemfile
* Update CI
2021-08-01 17:09:03 +01:00
Pavel Rosický
6ed220cabf
Fix jruby incompatibility after moving out EM adapters ( #1294 )
2021-07-11 11:02:52 +01:00
Matt
e82694793b
Fix dependencies from external adapter gems (excon, net_http_persistent) ( #1269 )
2021-04-18 19:22:01 +01:00
Olle Jonsson
bf7d855598
Add rubocop-inclusivity ( #1267 )
...
Co-authored-by: Mattia Giuffrida <giuffrida.mattia@gmail.com>
2021-04-14 17:57:11 +02:00
Matt
20be816bc8
Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue with Faraday::NetHttpPersistent ( #1257 )
2021-04-12 11:36:09 +02:00
Marouen Bousnina
99afc0ff6f
Fix NoMethodError undefined method 'coverage' ( #1255 )
2021-03-28 11:36:26 +01:00
Mike Rogers
14d0dd70c4
Replacing Net::HTTP::Persistent with faraday-net_http_persistent ( #1250 )
2021-03-26 08:00:05 +00:00
Matt
687108bb4d
Adds Ruby 3.0 to CI Matrix ( #1226 )
2020-12-31 10:51:03 +00:00
Michael Grosser
ebbbab5c2e
test against ruby head ( #1208 )
...
* CI: add "head" Ruby to matrix
* Gemfile: Allow Ruby 3 to use net-http-client 4.x
* Gemfile: Select net-http-persistent 4 differently
Check for Ruby version 3+
* Gemfile: doc net-http-persistent has no gemspec
* redo
Co-authored-by: Olle Jonsson <olle.jonsson@auctionet.com>
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
2020-11-28 09:24:02 +01:00
Utkarsh Gupta
a5b7a6bc81
Drop git ls-files
in gemspec ( #1183 )
2020-09-23 11:20:37 +02:00
Matt
868fe9bb18
Fix linting bumping Rubocop to 0.90.0 ( #1182 )
2020-09-17 16:02:47 +02:00
Vít Ondruch
6521a1606e
Properly fix test failure with Rack 2.1+.
...
Rack is not to blame, just naive test case which was enough so far.
Fixes #1119
2020-07-25 01:51:43 +02:00
Alexander Popov
f6130995eb
Update typhoeus
to new stable version (1.4
) ( #1159 )
2020-05-27 17:34:43 +01:00
Olle Jonsson
90b4564cec
Rubocop linting with 0.84.0 ( #1160 )
2020-05-27 17:26:31 +01:00
Mattia
019e1a8417
Limits net-http-persistent version to < 4.0 ( #1156 )
2020-05-07 23:34:48 +01:00
Alexander Popov
c26df87b86
Update RuboCop
...
Require its specific version in `Gemfile`.
Fix it's installation in CI.
Enable new cops.
Resolve new offenses.
Drop support of Ruby 2.3
(it's not supported by RuboCop and by MRI:https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ )
Deprecate `Faraday::Request#method`, replace it with `#http_method`.
2020-04-19 17:44:07 +02:00
Mattia
614c26fe9d
Limits rack to v2.0.x ( #1127 )
...
Fixes #1119
2020-02-06 20:31:26 +00:00
iMacTia
d4f062a56b
Use latest rubocop version like CircleCI.
2019-05-23 11:02:59 +01:00
Olle Jonsson
c8cf1ac535
Merge pull request #967 from lostisland/rubocop-use-performance-gem
...
Rubocop: use performance gem
2019-04-08 21:09:14 +02:00
Olle Jonsson
e74dbad644
Gemfile: Add rubocop-performance gem, update rubocop
2019-04-08 20:31:33 +02:00
rick olson
e54c86a6ce
use multipart-parser gem in multipart tests
2019-04-01 15:11:56 -06:00
rick olson
1fa623b35a
remove test/unit related gems
2019-03-31 14:13:04 -06:00
rick olson
6167052fc7
Execute Order 66.
...
A manual version tweak in the Gemfile is required because rubocop
updated its
unicode-display_width dependency version:
* OLD - '~> 1.4.0'
* NEW - '< 1.6, >= 1.4.0'
Bundler wanted to install v1.5.0 for rubocop v0.66, but fails to update
rubocop
because unicode-display_width v1.5.0 will not work with rubocop v0.65.
2019-03-20 13:27:31 -06:00
rick olson
a2161e10a8
remove sinatra from gemspec, only used for live http tests
2019-03-20 13:23:35 -06:00
Olle Jonsson
94a26eb1a8
Merge branch 'master' into use-circleci
2019-03-08 18:46:32 +01:00
risk danger olson
bd322bba6b
chore: rubocop lint Metrics/LineLength ( #938 )
2019-03-08 17:45:12 +00:00
Olle Jonsson
5b97393d2b
CI: Add RspecJunitFormatter to RSpec rake task
2019-03-06 21:56:14 +01:00
Mattia
aa4e33ff50
chore: Fix RuboCop Style/HashSyntax ( #878 )
...
* Fixes rubocop Style/HashSyntax issues.
* Fixes rubocop Style/HashSyntax issues in comments as well.
2019-02-26 12:10:35 +01:00
risk danger olson
d9c696ff2c
Remove some unused gems ( #875 )
...
remove some unused gems from Bundler group: :test
2019-02-25 22:55:54 +01:00
James Herdman
dc4d8f620e
[RuboCop] Trailing Blank Lines Violations ( #872 )
2019-02-25 22:53:32 +01:00
Mattia
b427091f0e
chore: RuboCop: Support Frozen String Literals ( #868 )
2019-02-24 20:35:12 +01:00
Olle Jonsson
1054fcdf92
chore: RuboCop: Bundler/OrderedGems ( #856 )
...
* chore: RuboCop: Bundler/OrderedGems
* chore: Regenerate .rubocop_todo.yml
2019-02-20 22:07:03 +01:00
Olle Jonsson
848251420a
Add RuboCop, start configuration, add --auto-gen-config ( #851 )
2019-02-20 18:28:48 +00:00
iMacTia
3fbf2d5261
Re-enables typhoeus tests using adapter's master branch.
2019-02-05 21:14:05 +00:00
Mattia
f1b2657523
Feature/#762 rspec ( #832 )
2018-11-26 17:11:35 +00:00
Mattia
b302d708ea
External Typhoeus Adapter Compatibility ( #748 )
2017-11-17 09:54:24 +00:00
Olle Jonsson
e63ef9b830
Remove Typhoeus adapter ( #715 )
2017-11-02 09:57:49 +00:00
Olle Jonsson
f8892b1301
Adapter support for Net::HTTP::Persistent v3.0.0 ( #619 )
2017-07-28 15:25:59 +01:00
Mike Fogg
e8899e0bcd
Fix gemfile to pull in the net-http-persistent gem that works for Ruby 1.9.3 ( #616 )
2016-10-09 12:19:11 +01:00
Mattia
3167d038d2
fixes ruby 1.9.3 tests ( #611 )
...
ignore .idea folder from Rubymine
2016-09-30 11:44:00 +01:00
Leon Miller-Out
a712938071
Fix Ruby 1.9.3 tests on Travis. Drop support for Ruby 1.8.7. ( #600 )
...
* Drop support for Ruby 1.9.2, which no-one should be using any more.
* Constraint gem versions for Ruby 1.9.3
* Drop support for Ruby 1.8.7. Many dependencies have dropped support for it.
* Remove conditionals checking for Ruby 1.8.7
* Document Ruby version dependency
2016-08-26 21:45:28 +01:00
Mislav Marohnić
61cbd3eb6d
Merge pull request #571 from singlebrook/restrict_rake_version
...
Restrict rake to less than v11, which drops support for older rubies.
2016-04-01 09:32:35 +02:00
Leon Miller-Out
be21e7849a
Restrict rake to less than v11, which drops support for older rubies.
2016-03-31 09:51:01 -04:00