We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea149d commit 08dd1c1Copy full SHA for 08dd1c1
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 2.0.0 (2019-05-22)
6
+
7
### New features
8
9
* Extract Rails cops from rubocop-hq/rubocop repository. ([@koic][])
lib/rubocop/rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module Rails
# This module holds the RuboCop Rails version information.
module Version
- STRING = '0.5.0'
+ STRING = '2.0.0'
end
10
rubocop-rails.gemspec
@@ -32,6 +32,6 @@ Gem::Specification.new do |s|
32
}
33
34
s.add_runtime_dependency 'rack', '>= 2.0'
35
- s.add_runtime_dependency 'rubocop', '>= 0.58.0'
+ s.add_runtime_dependency 'rubocop', '>= 0.70.0'
36
37
# rubocop:enable Metrics/BlockLength
0 commit comments