We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c63550c + 3d44679 commit 36d9e5bCopy full SHA for 36d9e5b
lib/rubocop/codetakt/version.rb
@@ -1,5 +1,5 @@
1
module RuboCop
2
module Codetakt
3
- VERSION = '1.25.1.1'.freeze
+ VERSION = '1.74.0.0'.freeze
4
end
5
rubocop-codetakt.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
22
spec.require_paths = ['lib']
23
24
- spec.add_dependency 'rubocop', '>= 1.25.1'
+ spec.add_dependency 'rubocop', '>= 1.74.0'
25
0 commit comments