We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab34aa9 commit 9016c27Copy full SHA for 9016c27
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- servactory-rubocop (0.8.0)
+ servactory-rubocop (0.9.0)
5
rubocop (>= 1.73)
6
rubocop-factory_bot (>= 2.27)
7
rubocop-performance (>= 1.24)
lib/servactory/rubocop/version.rb
@@ -4,7 +4,7 @@ module Servactory
module Rubocop
module VERSION
MAJOR = 0
- MINOR = 8
+ MINOR = 9
8
PATCH = 0
9
PRE = nil
10
0 commit comments