Skip to content

Commit c78b0ad

Browse files
author
pierre golfier
committed
precise dependecies
1 parent c4407a2 commit c78b0ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/rubocop_codeur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubocopCodeur
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.1'
55
end

rubocop-codeur.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
2828
end

0 commit comments

Comments
 (0)