Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Konikowski committed Apr 14, 2021
1 parent ce7645b commit 0022ebf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.0.5

* Update rubocop from 1.11.0 to [1.12.1](https://github.com/rubocop-hq/rubocop/releases/tag/v1.12.1)

## 1.0.4

* Workaround RuboCop's CLI from erroring when it detects a cop named
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.0.4)
standard (1.0.5)
rubocop (= 1.12.1)
rubocop-performance (= 1.10.1)

Expand All @@ -15,15 +15,15 @@ GEM
method_source (1.0.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.0.1.0)
ast (~> 2.4.1)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.4)
rexml (3.2.5)
rubocop (1.12.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.0.4")
VERSION = Gem::Version.new("1.0.5")
end

0 comments on commit 0022ebf

Please sign in to comment.