From d19dd574aa6870ec5c0e01680eb59391b985bb7c Mon Sep 17 00:00:00 2001 From: jiikko Date: Fri, 31 May 2024 20:24:59 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=A7project=5Ftemplate/Gemfile=E3=81=8C?= =?UTF-8?q?=E6=9C=89=E5=8A=B9=E3=81=8B=E3=82=92=E7=A2=BA=E8=AA=8D=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1617a17..9b0c0172 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,6 +53,7 @@ jobs: - checkout - run: ruby -cw project_template/app.rb - run: ruby -cw project_template/web.rb + - run: cd project_template && bundle install - run: ruby -ryaml -e 'puts YAML.load_file("./project_template/setting.yml")["setting"]' > /tmp/content_of_setting.rb && ruby -cw /tmp/content_of_setting.rb outdated_app_checker: