Skip to content

Commit b81e488

Browse files
authored
Merge pull request #287 from github/version
2 parents 55bf7a9 + 5bc2937 commit b81e488

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Rubocop regularly releases new versions with new cops. We want to keep up to dat
5151

5252
1. Update [`lib/version.rb`](lib/version.rb) with the next version number
5353
2. Update the `CHANGELOG` with changes and contributor
54-
3. Run `bundle` to update gem version contained in the lockfile
54+
3. Run `bundle install` to update gem version contained in the lockfile
5555
4. Commit your changes and open a pull request
5656
5. When the pull request is approved and merged into `main`, the [`.github/workflows/release.yml`](.github/workflows/release.yml) workflow will automatically run to release the new version to RubyGems and GitHub Packages 🎉.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-github (0.23.0)
4+
rubocop-github (0.24.0)
55
rubocop (>= 1.72)
66
rubocop-performance (>= 1.24)
77
rubocop-rails (>= 2.23)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# frozen_string_literal: true
22

3-
VERSION = "0.23.0"
3+
VERSION = "0.24.0"

0 commit comments

Comments
 (0)