File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RubocopCodeur
4- VERSION = '0.1.0 '
4+ VERSION = '0.1.1 '
55end
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
2121 spec . files = Dir [ 'lib/**/*' , 'MIT-LICENSE' , 'README.md' ]
2222
2323 spec . required_ruby_version = '~> 2.6'
24- spec . add_dependency 'rubocop'
25- spec . add_dependency 'rubocop-minitest'
26- spec . add_dependency 'rubocop-performance'
27- spec . add_dependency 'rubocop-rails'
24+ spec . add_dependency 'rubocop' , '~> 1.8' , '>= 1.8.1'
25+ spec . add_dependency 'rubocop-minitest' , '~> 0.10' , '>=0.10.2'
26+ spec . add_dependency 'rubocop-performance' , '~> 1.9' , '>= 1.9.2'
27+ spec . add_dependency 'rubocop-rails' , '~> 2.9' , '>= 2.9.1'
2828end
You can’t perform that action at this time.
0 commit comments