Skip to content

Commit

Permalink
ci: use latest bundler in generator jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 9, 2024
1 parent 8585bf8 commit d0d9c42
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
# Bundler 2.5.0 dropped support for Ruby 2.6 and 2.7
- name: Use Bundler 2.4.22
run: |
gem install bundler -v '2.4.22'
bundle config --local path vendor/bundle
- name: Install dependencies
run: bundle install
bundler-cache: true
- run: bundle exec rake run_spec:generator
env:
SHAKAPACKER_USE_PACKAGE_JSON_GEM: ${{ matrix.use_package_json_gem }}

0 comments on commit d0d9c42

Please sign in to comment.