diff --git a/Gemfile b/Gemfile index 513545d..d893615 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :development, :test do gem "rubocop-rails", require: false gem "rubocop-rspec", require: false gem "rubocop-rspec_rails", require: false - gem "simplecov", "~> 1.2.0" + gem "simplecov", "~> 1.3.0" gem "sqlite3" gem "yard", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 93f45fc..b273795 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (3.0.0) + json (3.0.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) logger (1.7.0) @@ -177,7 +177,7 @@ GEM racc (~> 1.4) nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) - parallel (1.28.0) + parallel (2.2.0) parser (3.3.12.0) ast (~> 2.4.1) racc @@ -252,7 +252,7 @@ GEM prism (>= 1.6.0) rbs (>= 4.0.0) tsort - regexp_parser (2.12.0) + regexp_parser (2.13.0) reline (0.7.0) io-console (~> 0.5) rspec-core (3.13.6) @@ -272,7 +272,7 @@ GEM rspec-mocks (>= 3.13.0, < 5.0.0) rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) - rubocop (1.90.0) + rubocop (1.91.0) json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -305,7 +305,7 @@ GEM ffi (~> 1.12) logger securerandom (0.4.1) - simplecov (1.2.0) + simplecov (1.3.0) sqlite3 (2.9.6-arm64-darwin) sqlite3 (2.9.6-x86_64-darwin) sqlite3 (2.9.6-x86_64-linux-gnu) @@ -314,9 +314,9 @@ GEM tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.2.0) - unicode-emoji (~> 4.1) - unicode-emoji (4.2.0) + unicode-display_width (3.3.0) + unicode-emoji (~> 4.3) + unicode-emoji (4.3.0) uri (1.1.1) useragent (0.16.11) vector2d (3.0.0) @@ -351,7 +351,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec rubocop-rspec_rails - simplecov (~> 1.2.0) + simplecov (~> 1.3.0) sqlite3 yard