Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: 🎡 CI における Bundler のバージョンもアップデートした
Browse files Browse the repository at this point in the history
nikukyugamer committed Oct 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 710c37a commit a4538db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
- run:
name: Install appropriate version's Bundler whose number is written in 'Gemfile.lock'
command: |
gem install bundler:1.17.3
gem install bundler:2.3.23
- run:
name: Install gems written in Gemfile
command: |

0 comments on commit a4538db

Please sign in to comment.