Skip to content

Conversation

@tjwp
Copy link
Contributor

@tjwp tjwp commented Dec 30, 2022

What is the purpose of the change

Verifying this change

This change is already covered by the existing Ruby test suite.

Documentation

  • Does this pull request introduce a new feature? no

gem install --no-document -v 1.17.3 bundler

# rbenv is used by the Dockerfile but not the Github action in CI
rbenv rehash 2>/dev/null || echo "Not using rbenv"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use of rbenv was previously removed from the Dockerfile setup: cf7bfe7#diff-9ad53a2cdd23436f405be61d20306403700f362287b3d86609319919176a6fb6L191-L203

export PATH="/usr/local/rbenv/shims:$GEM_HOME/bin:$PATH"

# bootstrap bundler
gem install --no-document -v 1.17.3 bundler
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version of bundler is old (12/27/2018) and no longer needed.

ruby-version: ${{ matrix.ruby }}

- name: Install Dependencies
run: sudo apt-get install -qqy bundler libsnappy-dev
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bundler is already installed by the ruby/setup-ruby action.

@tjwp tjwp merged commit 12fdbc5 into apache:master Dec 31, 2022
@tjwp tjwp deleted the tjwp-ruby-3.2 branch December 31, 2022 15:13
tjwp added a commit to tjwp/avro that referenced this pull request Dec 31, 2022
tjwp added a commit that referenced this pull request Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant