Skip to content

Commit

Permalink
ruby-2.5系への言及を削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 7c83cee commit 9b39c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
- image: ruby:<< parameters.tag >>
environment:
BUNDLE_PATH: vendor/bundle
BUNDLE_JOBS: 4
BUNDLE_WITHOUT: development
working_directory: ~/app

commands:
Expand All @@ -27,8 +27,7 @@ commands:
- gem-cache-v1-<< parameters.ruby-version >>-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
- gem-cache-v1-<< parameters.ruby-version >>-{{ arch }}-{{ .Branch }}
- gem-cache-v1
# NOTE: ruby2.5だとbundler2.4系に対応していないのでバージョンを固定する
- run: gem i bundler -v 2.3.26 && bundle install --path vendor/bundle --jobs 100 && bundle clean
- run: bundle install --jobs 100 --clean
- save_cache:
key: gem-cache-v1-<< parameters.ruby-version >>-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://user-images.githubusercontent.com/1664497/171327108-f12f56a5-fc36-48da-9
* データ通信が可能なUSBケーブル

## 必要なソフトウェア
* ruby 2.5 以上
* ruby 3.0 以上

## プラグイン
* https://github.com/splaplapla/procon_bypass_man-splatoon2
Expand Down

0 comments on commit 9b39c79

Please sign in to comment.