Skip to content

Commit

Permalink
fixup! fixup! fixup! bundle withoutを設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 88833e5 commit 2b2f321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ commands:
# NOTE: ruby2.5だとbundler2.4系に対応していないのでバージョンを固定する
- run:
command: |
bundle config set --local without development
gem i bundler -v 2.3.26 && bundle install --jobs 100 && bundle clean
gem i bundler -v 2.3.26 && bundle install --jobs 100 --without development && bundle clean
- save_cache:
key: gem-cache-v1-<< parameters.ruby-version >>-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ gem "serialport" # シリアル通信をする時に必要。通常はいらな
gem "timecop"

group :development do
gem "solargraph", "0.50.0", require: false
gem "sinatra", require: false
gem "solargraph", "0.50.0", require: false
gem "stackprof", require: false
gem "webrick", require: false
end
Expand Down

0 comments on commit 2b2f321

Please sign in to comment.