Skip to content

Commit 1607384

Browse files
committed
voxpupuli-rubocop: Update 3.0.0->3.1.0
1 parent d003da2 commit 1607384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
2-
# `rubocop --auto-gen-config`
3-
# on 2024-05-28 10:04:32 UTC using RuboCop version 1.63.5.
2+
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
3+
# using RuboCop version 1.75.8.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :development do
1313
end
1414

1515
group :rubocop do
16-
gem 'voxpupuli-rubocop', '~> 3.0.0'
16+
gem 'voxpupuli-rubocop', '~> 3.1.0'
1717
end
1818

1919
group :test do

0 commit comments

Comments
 (0)