Skip to content

Commit 3d44679

Browse files
committed
Bump version
1 parent c63550c commit 3d44679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rubocop/codetakt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RuboCop
22
module Codetakt
3-
VERSION = '1.25.1.1'.freeze
3+
VERSION = '1.74.0.0'.freeze
44
end
55
end

rubocop-codetakt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
2222
spec.require_paths = ['lib']
2323

24-
spec.add_dependency 'rubocop', '>= 1.25.1'
24+
spec.add_dependency 'rubocop', '>= 1.74.0'
2525
end

0 commit comments

Comments
 (0)