ENG-1869 - Bump bundler to v2 - #130
Merged
Merged
Conversation
baueric
added a commit
that referenced
this pull request
Mar 12, 2025
baueric
force-pushed
the
eng-1869-bump-bundler-to-v2
branch
from
March 12, 2025 13:58
1045bf1 to
aba31cf
Compare
baueric
force-pushed
the
eng-1869-bump-bundler-to-v2
branch
from
March 12, 2025 13:59
aba31cf to
11ed1bc
Compare
Contributor
Author
|
@BrianBorge I'm closing this one |
baueric
added a commit
that referenced
this pull request
Jan 21, 2026
…r to prevent recording new episodes - Created a new VCR cassette for the attachment response from the Daisybill API, capturing the HTTP interaction and response details. - Updated the VCR configuration in spec_helper.rb to set the default cassette options to not record new episodes, ensuring existing cassettes are used without modification.
baueric
marked this pull request as ready for review
January 21, 2026 10:28
Contributor
Author
|
@BrianBorge reopening and finishing this one to get rid of the critical dependabot alert |
baueric
added a commit
that referenced
this pull request
Jan 21, 2026
…r to prevent recording new episodes - Created a new VCR cassette for the attachment response from the Daisybill API, capturing the HTTP interaction and response details. - Updated the VCR configuration in spec_helper.rb to set the default cassette options to not record new episodes, ensuring existing cassettes are used without modification.
baueric
force-pushed
the
eng-1869-bump-bundler-to-v2
branch
from
January 21, 2026 10:32
12dd3b7 to
863d60d
Compare
baueric
added a commit
that referenced
this pull request
Jan 21, 2026
…r to prevent recording new episodes - Created a new VCR cassette for the attachment response from the Daisybill API, capturing the HTTP interaction and response details. - Updated the VCR configuration in spec_helper.rb to set the default cassette options to not record new episodes, ensuring existing cassettes are used without modification.
baueric
force-pushed
the
eng-1869-bump-bundler-to-v2
branch
from
January 21, 2026 12:50
863d60d to
6c21959
Compare
BrianBorge
reviewed
Jan 21, 2026
| config.cassette_library_dir = "#{DaisybillApi::ROOT}/spec/fixtures/vcr" | ||
| config.hook_into :webmock | ||
| config.default_cassette_options = { :record => :new_episodes } | ||
| config.default_cassette_options = { :record => :none } |
Contributor
There was a problem hiding this comment.
What does this option do?
Contributor
Author
There was a problem hiding this comment.
I think I can roll that back, it was changed while trying to fix the vcr files
BrianBorge
approved these changes
Jan 21, 2026
…r to prevent recording new episodes - Created a new VCR cassette for the attachment response from the Daisybill API, capturing the HTTP interaction and response details. - Updated the VCR configuration in spec_helper.rb to set the default cassette options to not record new episodes, ensuring existing cassettes are used without modification.
baueric
force-pushed
the
eng-1869-bump-bundler-to-v2
branch
from
January 21, 2026 14:31
6c21959 to
78a6d10
Compare
baueric
added a commit
that referenced
this pull request
Jan 26, 2026
BrianBorge
added a commit
that referenced
this pull request
Mar 24, 2026
0.1.9 was released as a hotfix on the v0.1.7 branch for Ruby 2 consumers. This branch (off master) includes the Ruby/dependency updates from PR #130 plus the GET params fix, released as 0.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 tasks
benliscio
pushed a commit
that referenced
this pull request
Mar 24, 2026
* [#131] Fix GET requests sending params in body instead of query string GET requests were including parameters as a request body payload, which caused WAF to block them as anomalous. Params are now sent as URL query string parameters for GET requests while preserving body payload behavior for POST/PATCH/DELETE. Bump version to 0.1.9. * Bump version to 0.2.0 and update changelog 0.1.9 was released as a hotfix on the v0.1.7 branch for Ruby 2 consumers. This branch (off master) includes the Ruby/dependency updates from PR #130 plus the GET params fix, released as 0.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Linear issue: https://linear.app/daisybill/issue/ENG-1869/bump-bundler-to-v2
Reviewers
Primary:
Summary of Changes
Pre-review Checklist
Code Review Checklist
To be completed by the primary reviewer listed above
authorized_userandauthenticated_userand ensure used correctlyProduct Review Notes
Screenshots or Demo Video