We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63550c commit 3d44679Copy full SHA for 3d44679
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