Skip to content

Commit

Permalink
Merge pull request #137 from crosscite/fix_bundler_version
Browse files Browse the repository at this point in the history
Ruby 2.6 need bundler version 2.1.4
  • Loading branch information
ashwinisukale authored Dec 16, 2023
2 parents 877bca1 + 4faed24 commit 41a5200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
run: |
cp .env.build .env
gem install bundler
gem install bundler -v 2.1.4
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Lint and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
run: |
cp .env.build .env
gem install bundler
gem install bundler -v 2.1.4
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Lint and Test
Expand Down

0 comments on commit 41a5200

Please sign in to comment.