From b637b0bc679a002d920d13e2c941c620836ce186 Mon Sep 17 00:00:00 2001 From: Zipofar Date: Tue, 11 Jul 2023 12:27:15 +0300 Subject: [PATCH] Fix Gemfile.lock --- Gemfile.lock | 4 ++-- Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d1fa4f9..2abbaed9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.0.1) + uffizzi-cli (2.0.2) activesupport awesome_print faker @@ -100,7 +100,7 @@ GEM rubocop (~> 1.0) ruby-progressbar (1.11.0) securerandom (0.2.2) - sentry-ruby (5.9.0) + sentry-ruby (5.10.0) concurrent-ruby (~> 1.0, >= 1.0.2) thor (1.2.2) tty-color (0.6.0) diff --git a/Makefile b/Makefile index ae505e56..4568b089 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ release: git checkout develop @echo 'Set a new version' docker-compose run --rm gem bash -c "bundle exec bump set ${VERSION}" + docker-compose run --rm web bash -c "bundle install" git commit -am "Change version to ${VERSION}" @echo 'Update remote origin' git push origin develop