Skip to content

Commit 5e43271

Browse files
author
pierre golfier
committed
freeze rubocop version
1 parent a2d5b16 commit 5e43271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3'
4+
VERSION = '0.1.4'
55
end

rubocop-codeur.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'README.md', 'default.yml']
2222

2323
spec.required_ruby_version = '~> 2.6'
24-
spec.add_dependency 'rubocop', '~> 1.8', '>= 1.8.1'
24+
spec.add_dependency 'rubocop', '~> 1.9.1'
2525
spec.add_dependency 'rubocop-minitest', '~> 0.10', '>=0.10.2'
2626
spec.add_dependency 'rubocop-performance', '~> 1.9', '>= 1.9.2'
2727
spec.add_dependency 'rubocop-rails', '~> 2.9', '>= 2.9.1'

0 commit comments

Comments
 (0)