Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Jul 11, 2023
2 parents 0c1a456 + b637b0b commit cccb981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi-cli (2.0.1)
uffizzi-cli (2.0.2)
activesupport
awesome_print
faker
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cccb981

Please sign in to comment.