diff --git a/.app-image-tag b/.app-image-tag index 457b833..a0a6c98 100644 --- a/.app-image-tag +++ b/.app-image-tag @@ -1 +1 @@ -v0.11.0.8 +v0.11.0.9 diff --git a/Gemfile b/Gemfile index 8433c55..76f55d4 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "yard" group :test do gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.86" + gem "rubocop", "~> 1.87" gem "rubocop-rspec", "~> 3.9.0" gem "simplecov" gem "timecop" diff --git a/Gemfile.lock b/Gemfile.lock index 8600da8..15f78da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM mysql2 (0.5.7) bigdecimal nio4r (2.7.5) - parallel (1.28.0) + parallel (2.1.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -97,7 +97,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -154,7 +154,7 @@ DEPENDENCIES readline redis (~> 5.4.1) rspec (~> 3.13) - rubocop (~> 1.86) + rubocop (~> 1.87) rubocop-rspec (~> 3.9.0) simplecov timecop diff --git a/gemfiles/ar_7.2.gemfile b/gemfiles/ar_7.2.gemfile index da298f3..79720d6 100644 --- a/gemfiles/ar_7.2.gemfile +++ b/gemfiles/ar_7.2.gemfile @@ -23,7 +23,7 @@ gem "sqlite3", "~> 1.4", force_ruby_platform: true group :test do gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.86" + gem "rubocop", "~> 1.87" gem "rubocop-rspec", "~> 3.9.0" gem "simplecov" gem "timecop" diff --git a/gemfiles/ar_8.0.gemfile b/gemfiles/ar_8.0.gemfile index 89cc1c1..71ff4fd 100644 --- a/gemfiles/ar_8.0.gemfile +++ b/gemfiles/ar_8.0.gemfile @@ -23,7 +23,7 @@ gem "sqlite3", "~> 2.1" group :test do gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.86" + gem "rubocop", "~> 1.87" gem "rubocop-rspec", "~> 3.9.0" gem "simplecov" gem "timecop" diff --git a/gemfiles/ar_8.1.gemfile b/gemfiles/ar_8.1.gemfile index 51517e4..46cb9f6 100644 --- a/gemfiles/ar_8.1.gemfile +++ b/gemfiles/ar_8.1.gemfile @@ -23,7 +23,7 @@ gem "sqlite3", "~> 2.1" group :test do gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.86" + gem "rubocop", "~> 1.87" gem "rubocop-rspec", "~> 3.9.0" gem "simplecov" gem "timecop"