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 16, 2022
1 parent 89c8f5d commit ed7025d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 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 @@ -241,7 +241,7 @@ GEM
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)
view_component (2.55.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.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 ed7025d

Please sign in to comment.