-
Notifications
You must be signed in to change notification settings - Fork 73
THREESCALE-15318: Update Faraday dependency for enhanced query parameter handling #4330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b76cdec
THREESCALE-15318: Update Faraday dependency constraint
ef88e9b
Fix linting issues in Faraday test
5783363
Remove pisoni patch file
71d10ba
Remove Faraday test file
05be635
THREESCALE-15318: Update Gemfile.lock with faraday 2.14.3 and pisoni …
c79e8f3
Fix URI::DEFAULT_PARSER.pattern compatibility with uri gem 1.1.1
4b520b7
Pin connection_pool < 3 to fix redlock ArgumentError
akostadinov-bot[bot] 4d8c766
Pin uri < 1.0.0, add comments for version constraints
akostadinov-bot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -272,7 +272,7 @@ GEM | |
| colorize (0.8.1) | ||
| commonmarker (0.23.10) | ||
| concurrent-ruby (1.3.5) | ||
| connection_pool (2.5.4) | ||
| connection_pool (3.0.2) | ||
| crack (1.0.0) | ||
| bigdecimal | ||
| rexml | ||
|
|
@@ -399,14 +399,15 @@ GEM | |
| factory_bot (~> 6.2.0) | ||
| railties (>= 5.0.0) | ||
| fakefs (1.8.0) | ||
| faraday (2.8.1) | ||
| base64 | ||
| faraday-net_http (>= 2.0, < 3.1) | ||
| ruby2_keywords (>= 0.0.4) | ||
| faraday-net_http (3.0.2) | ||
| faraday-net_http_persistent (2.1.0) | ||
| faraday (2.14.3) | ||
| faraday-net_http (>= 2.0, < 3.5) | ||
| json | ||
| logger | ||
| faraday-net_http (3.4.4) | ||
| net-http (~> 0.5) | ||
| faraday-net_http_persistent (2.3.1) | ||
| faraday (~> 2.5) | ||
| net-http-persistent (~> 4.0) | ||
| net-http-persistent (>= 4.0.4, < 5) | ||
| ffi (1.17.0) | ||
| ffi-compiler (1.0.1) | ||
| ffi (>= 1.0.0) | ||
|
|
@@ -454,7 +455,7 @@ GEM | |
| rails-dom-testing (>= 1, < 3) | ||
| railties (>= 4.2.0) | ||
| thor (>= 0.14, < 2.0) | ||
| json (2.13.2) | ||
| json (2.20.0) | ||
| json_schemer (2.4.0) | ||
| bigdecimal | ||
| hana (~> 1.3) | ||
|
|
@@ -550,9 +551,11 @@ GEM | |
| mutex_m (0.3.0) | ||
| mysql2 (0.5.6) | ||
| n_plus_one_control (0.6.2) | ||
| net-http (0.9.1) | ||
| uri (>= 0.11.1) | ||
| net-http-digest_auth (1.4.1) | ||
| net-http-persistent (4.0.2) | ||
| connection_pool (~> 2.2) | ||
| net-http-persistent (4.0.8) | ||
| connection_pool (>= 2.2.4, < 4) | ||
| net-imap (0.5.7) | ||
| date | ||
| net-protocol | ||
|
|
@@ -597,8 +600,8 @@ GEM | |
| ruby-rc4 | ||
| ttfunk | ||
| pg (1.3.5) | ||
| pisoni (1.30.0) | ||
| faraday (~> 2.0, <= 2.9) | ||
| pisoni (1.31.0) | ||
| faraday (~> 2.0, >= 2.14.3) | ||
| faraday-net_http_persistent (~> 2.1) | ||
| injectedlogger (= 0.0.13) | ||
| json (~> 2.7, >= 2.7.1) | ||
|
|
@@ -973,6 +976,7 @@ GEM | |
| rack | ||
| unicorn | ||
| uniform_notifier (1.17.0) | ||
| uri (1.1.1) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can remove this one and let bundle pick the builtin ruby 3 gem which is |
||
| version_gem (1.1.3) | ||
| webmock (3.24.0) | ||
| addressable (>= 2.8.0) | ||
|
|
@@ -1058,7 +1062,7 @@ DEPENDENCIES | |
| escape_utils | ||
| factory_bot_rails (~> 6.2) | ||
| fakefs | ||
| faraday (~> 2.0, <= 2.9) | ||
| faraday (~> 2.0, >= 2.14.3) | ||
| formtastic (~> 5.0) | ||
| hashie | ||
| hiredis-client | ||
|
|
@@ -1097,7 +1101,7 @@ DEPENDENCIES | |
| open_id_authentication | ||
| pdf-inspector | ||
| pg (~> 1.3.5) | ||
| pisoni (~> 1.30) | ||
| pisoni (~> 1.31) | ||
| prawn | ||
| prawn-svg | ||
| prawn-table! | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we limit range to 2.x?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
~> 2.0constraint already limits to 2.x (it's equivalent to ">= 2.0, < 3.0"). Sofaraday '~> 2.0', '>= 2.14.3'means any 2.x version starting from 2.14.3.