Skip to content

Commit

Permalink
Preparing for 2.0.0 release
Browse files Browse the repository at this point in the history
Closes #47.
  • Loading branch information
koic committed May 21, 2019
1 parent 8ea149d commit 08dd1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 2.0.0 (2019-05-22)

### New features

* Extract Rails cops from rubocop-hq/rubocop repository. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
end
end
2 changes: 1 addition & 1 deletion rubocop-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |s|
}

s.add_runtime_dependency 'rack', '>= 2.0'
s.add_runtime_dependency 'rubocop', '>= 0.58.0'
s.add_runtime_dependency 'rubocop', '>= 0.70.0'
end
# rubocop:enable Metrics/BlockLength

0 comments on commit 08dd1c1

Please sign in to comment.