Skip to content

Commit e51962e

Browse files
committed
Documentation: Inform how to update the requirements lock file
1 parent b40858d commit e51962e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

DEVELOP.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Then, run tests::
1717

1818
$ bundle exec rspec
1919

20+
Linter
21+
======
22+
2023
Run linter::
2124

2225
$ bundle exec rubocop
@@ -25,6 +28,13 @@ Update linter violations file::
2528

2629
$ bundle exec rubocop --auto-gen-config
2730

31+
Dependencies
32+
============
33+
34+
Update lock file ``Gemfile.lock``::
35+
36+
$ bundle update
37+
2838

2939
Preparing a Release
3040
===================

0 commit comments

Comments
 (0)