Skip to content

Commit

Permalink
Update dependency rubocop-performance to "~> 1.15.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2022
1 parent 5447a65 commit bd9c8ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playbook-website/Gemfile
Expand Up @@ -40,7 +40,7 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "better_errors", "2.9.1"
gem "rubocop", "1.32.0"
gem "rubocop-performance", "~> 1.11.5"
gem "rubocop-performance", "~> 1.15.0"
gem "spring"
gem "spring-watcher-listen", "~> 2.0.0"
end
Expand Down
8 changes: 4 additions & 4 deletions playbook-website/Gemfile.lock
Expand Up @@ -141,7 +141,7 @@ GEM
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.1.2.1)
ast (~> 2.4.1)
psych (3.3.2)
public_suffix (4.0.7)
Expand Down Expand Up @@ -204,9 +204,9 @@ GEM
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.11.5)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand Down Expand Up @@ -282,7 +282,7 @@ DEPENDENCIES
puma (~> 5.6)
rails (~> 6.1.6)
rubocop (= 1.32.0)
rubocop-performance (~> 1.11.5)
rubocop-performance (~> 1.15.0)
selenium-webdriver
slim-rails (~> 3.2)
spring
Expand Down

0 comments on commit bd9c8ee

Please sign in to comment.