mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-10 00:02:25 -04:00
Run bundle install before formatting code (#1185)
* Run bundle install before formatting code * qq
This commit is contained in:
parent
e4e6bb54fd
commit
414ca367af
1
Makefile
1
Makefile
@ -4,4 +4,5 @@ update-version:
|
|||||||
@perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
|
@perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
|
||||||
|
|
||||||
codegen-format:
|
codegen-format:
|
||||||
|
bundle install --quiet
|
||||||
bundle exec rubocop -o /dev/null --auto-correct
|
bundle exec rubocop -o /dev/null --auto-correct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user