Skip to content

Commit a003f94

Browse files
committed
Preparing for 2.1.0 release
1 parent 4f6f204 commit a003f94

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 2.1.0 (2019-06-26)
6+
57
### Bug fixes
68

79
* [#43](https://github.com/rubocop-hq/rubocop-rails/issues/43): Remove `change_column_null` method from `BulkChangeTable` cop offenses. ([@anthony-robin][])

lib/rubocop/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Rails
55
# This module holds the RuboCop Rails version information.
66
module Version
7-
STRING = '2.0.1'
7+
STRING = '2.1.0'
88
end
99
end
1010
end

rubocop-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Gem::Specification.new do |s|
3434
# Rack::Utils::SYMBOL_TO_STATUS_CODE, which is used by HttpStatus cop, was
3535
# introduced in rack 1.1
3636
s.add_runtime_dependency 'rack', '>= 1.1'
37-
s.add_runtime_dependency 'rubocop', '>= 0.70.0'
37+
s.add_runtime_dependency 'rubocop', '>= 0.72.0'
3838
end
3939
# rubocop:enable Metrics/BlockLength

0 commit comments

Comments
 (0)