Skip to content

vendoring dependencies#787

Open
shrutiburman wants to merge 10 commits into
mainfrom
vendor-deps
Open

vendoring dependencies#787
shrutiburman wants to merge 10 commits into
mainfrom
vendor-deps

Conversation

@shrutiburman

Copy link
Copy Markdown
Contributor

Fixes

A short description of what this PR does.

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the main branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

Bundle install --local so CI agents without rubygems.org access
can install dependencies from vendor/cache instead of the network.

Co-Authored-By: sburman <sburman@twilio.com>
Adds vendor/cache with all required gems so bundle install --local
works on CI agents without access to rubygems.org.

Co-Authored-By: sburman <sburman@twilio.com>
Prevents vendor/cache/*.gem from being included in the gem build
which causes an InvalidSpecificationException.

Co-Authored-By: sburman <sburman@twilio.com>
Co-Authored-By: sburman <sburman@twilio.com>
Co-Authored-By: sburman <sburman@twilio.com>
Co-Authored-By: sburman <sburman@twilio.com>
Co-Authored-By: sburman <sburman@twilio.com>
nokogiri >= 1.17 requires Ruby >= 3.2, CI agents run Ruby 3.1.2.

Co-Authored-By: sburman <sburman@twilio.com>
Pin nokogiri < 1.17.0 for Ruby 3.1 compatibility on CI agents.
Add Gemfile.lock so bundler resolves consistent versions offline.

Co-Authored-By: sburman <sburman@twilio.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant