Skip to content

Commit

Permalink
Bump version to v0.93.1.0
Browse files Browse the repository at this point in the history
We didn't adopt RuboCop v1.1 either v1.0 now, because
rubocop-rspec doesn't support v1.x yet.

See: rubocop/rubocop-rspec#1051
  • Loading branch information
elim committed Nov 3, 2020
1 parent 67c7e3d commit feb9229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# rubocop-codetakt:

## unreleased
## v0.93.1.0 (2020-11-02)

* Update `rubocop-performance` v1.8.1, `rubocop-rails` v2.8.1 and `rubocop-rspec` v1.44.1
* Update `rubocop` v0.93.1, `rubocop-performance` v1.8.1, `rubocop-rails` v2.8.1 and `rubocop-rspec` v1.44.1

## v0.90.0.0 (2020-09-01)

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/codetakt/version.rb
@@ -1,5 +1,5 @@
module RuboCop
module Codetakt
VERSION = '0.90.0.0'.freeze
VERSION = '0.93.1.0'.freeze
end
end
2 changes: 1 addition & 1 deletion rubocop-codetakt.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rubocop', '~> 0.90.0'
spec.add_dependency 'rubocop', '~> 0.93.1'
end

0 comments on commit feb9229

Please sign in to comment.