diff --git a/Gemfile b/Gemfile index 1f2a298..3546fb6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development, :test do gem 'guard-rspec', '~> 4.7.3' gem 'pdf-inspector', '~> 1.3.0' gem 'rake', '13.2.1' - gem 'rspec', '3.13.0' + gem 'rspec', '3.13.2' gem 'rubocop', '~> 1.75.3' gem 'rubocop-performance', '~> 1.19.0' gem 'rubocop-rspec', '~> 2.25.0' diff --git a/Gemfile.lock b/Gemfile.lock index d5a34f7..6211033 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM coderay (1.1.3) concurrent-ruby (1.3.1) connection_pool (2.4.1) - diff-lcs (1.5.1) + diff-lcs (1.6.2) docile (1.4.1) drb (2.2.0) ruby2_keywords @@ -115,19 +115,19 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec (3.13.0) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.6) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) + rspec-support (3.13.7) rubocop (1.75.3) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -187,7 +187,7 @@ DEPENDENCIES guard-rspec (~> 4.7.3) pdf-inspector (~> 1.3.0) rake (= 13.2.1) - rspec (= 3.13.0) + rspec (= 3.13.2) rubocop (~> 1.75.3) rubocop-performance (~> 1.19.0) rubocop-rspec (~> 2.25.0)