Skip to content

Commit

Permalink
⬆️ Upgrade dependency rubocop-config-captive to "~> 1.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent a00aaee commit a6f7f33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"
ruby File.read(File.dirname(__FILE__) + "/.tool-versions")[/ruby \K.+/] || raise

group :development do
gem "rubocop-config-captive", "~> 1.11.0"
gem "rubocop-config-captive", "~> 1.12.0"
end

32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -13,24 +13,25 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
concurrent-ruby (1.2.3)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.22.3)
minitest (5.24.1)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
rack (3.0.10)
racc (1.8.0)
rack (3.1.7)
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rubocop (1.51.0)
json (~> 2.3)
parallel (~> 1.10)
Expand All @@ -41,11 +42,11 @@ GEM
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-config-captive (1.11.0)
rubocop-config-captive (1.12.0)
rubocop (~> 1.51.0)
rubocop-capybara (~> 2.18.0)
rubocop-factory_bot (~> 2.23.1)
Expand Down Expand Up @@ -73,6 +74,7 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
strscan (1.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -83,7 +85,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop-config-captive (~> 1.11.0)
rubocop-config-captive (~> 1.12.0)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit a6f7f33

Please sign in to comment.