Skip to content

Commit

Permalink
fix(bundler): pin version to support used ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed Feb 2, 2024
1 parent c346330 commit f41a3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
- name: Setup Bundler
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle config set without journald development console mysql2 sqlite
echo "gem 'foreman_git_templates', path: './foreman_git_templates'" > bundler.d/foreman_git_templates.local.rb
Expand Down

0 comments on commit f41a3d1

Please sign in to comment.