diff --git a/Gemfile b/Gemfile index db8ec8c..9e522b5 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do gem "factory_bot", "~> 6.4.6" gem "rspec", "~> 3.13.0" gem "rubocop", "~> 1.65.1" - gem "rubocop-rspec", "~> 3.0.3" + gem "rubocop-rspec", "~> 3.0.4" gem "webmock", "~> 3.23.1" gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index 55e9ae9..0040a8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,8 +80,8 @@ GEM racc (~> 1.4) opus-ruby (1.0.1) ffi - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc prius (6.0.0) @@ -108,7 +108,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.4) + rexml (3.3.6) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -136,9 +136,9 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -186,7 +186,7 @@ DEPENDENCIES rspec (~> 3.13.0) rspec_junit_formatter (= 0.6.0) rubocop (~> 1.65.1) - rubocop-rspec (~> 3.0.3) + rubocop-rspec (~> 3.0.4) rufus-scheduler (~> 3.9.1) sentry-raven (~> 3.1.2) songkick-transport (~> 1.11.0)