Skip to content

Commit

Permalink
💍 v1.21.0
Browse files Browse the repository at this point in the history
It's J.R.R. Tolkien's birthday! He was the author of beloved book series
like The Lord of the Rings and The Hobbit.
  • Loading branch information
camilopayan committed Jan 3, 2023
1 parent 7f32165 commit 632ebd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.21.0

* Update rubocop-performance from 1.15.1 to [1.15.2](https://github.com/rubocop/rubocop-performance/releases/tag/v1.15.2)
* Update rubocop from 1.40.0 to [1.42.0](https://github.com/rubocop/rubocop/releases/tag/v1.42.0)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.20.0)
standard (1.21.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -18,7 +18,7 @@ GEM
method_source (1.0.0)
minitest (5.17.0)
parallel (1.22.1)
parser (3.1.3.0)
parser (3.2.0.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.3.0)
unicode-display_width (2.4.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.20.0")
VERSION = Gem::Version.new("1.21.0")
end

0 comments on commit 632ebd6

Please sign in to comment.