Skip to content

Commit

Permalink
Upgrade to Bundler 2.5.6
Browse files Browse the repository at this point in the history
Now that Heroku finally has added support for Bundler 2.5.6, it's safe
to use Bundler 2.5.6 as the default version.

https://devcenter.heroku.com/changelog-items/2808
  • Loading branch information
oliverklee authored and palkan committed Mar 8, 2024
1 parent 3f58a60 commit 77724ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
PG_MAJOR=14
NODE_MAJOR=16
YARN_VERSION=1.22.17
BUNDLER_VERSION=2.3.6
BUNDLER_VERSION=2.5.6
# Need for local gems installation
- name: Setup Ruby with Bundler
uses: ruby/setup-ruby@v1
with:
bundler: 2.3.6
bundler: 2.5.6
- name: Install dip
run: gem install dip
- name: Bundle deps
Expand Down

0 comments on commit 77724ed

Please sign in to comment.