Skip to content

Commit

Permalink
Always update Gemfile.lock if Gemfile is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin committed Mar 24, 2021
1 parent 768cf7c commit ab79109
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ endif
Gemfile.lock: Gemfile
ifeq (, $(BUNDLE))
$(error Please install Bundler using 'gem install bundler')
else ifeq (, $(wildcard Gemfile.lock))
@bundle lock
else
@:
@bundle lock --update
endif

index.md :
Expand Down

0 comments on commit ab79109

Please sign in to comment.