Skip to content

Commit 26117c0

Browse files
committed
bump version
1 parent 83d9316 commit 26117c0

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.74.0.0'.freeze
3+
VERSION = '1.76.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.74.0'
24+
spec.add_dependency 'rubocop', '>= 1.76.0'
2525
end

0 commit comments

Comments
 (0)