Skip to content

Commit

Permalink
Bumped to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Nov 1, 2024
1 parent d40e745 commit 8df86a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ Rails/RakeEnvironment:
# the individual tests are always going to be a bit long.
RSpec/ExampleLength:
Enabled: false

# Setting this to a max of 3 as 2 is too restrictive for some of our code
Style/SafeNavigationChainLength:
Max: 3
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
boxt_rubocop (2.14.1)
boxt_rubocop (2.14.2)
rubocop (= 1.68.0)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.1
2.14.2

0 comments on commit 8df86a1

Please sign in to comment.