diff --git a/Gemfile b/Gemfile index 5e0305b..07d43d8 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'semantic' group :development, :test do gem 'pry' gem 'rspec' - gem 'rspec-mocks', '~> 3.12.7' + gem 'rspec-mocks', '~> 3.13.0' gem 'simplecov', '< 0.18' gem 'simplycop', '1.15.1' end diff --git a/Gemfile.lock b/Gemfile.lock index ee5123c..050bb65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,19 +56,19 @@ GEM rainbow (3.1.1) regexp_parser (2.9.0) rexml (3.2.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.7) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.2) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -128,7 +128,7 @@ DEPENDENCIES octokit pry rspec - rspec-mocks (~> 3.12.7) + rspec-mocks (~> 3.13.0) semantic simplecov (< 0.18) simplycop (= 1.15.1)