diff --git a/Gemfile b/Gemfile index f70f8c1..6386892 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group :test do gem "climate_control", "~> 1.2.0" - gem "rspec", "~> 3.11.0" + gem "rspec", "~> 3.13.1" gem "rubocop", "~> 1.36.0" gem "rubocop-performance", "~> 1.15.0" gem "simplecov", "~> 0.21.2" diff --git a/Gemfile.lock b/Gemfile.lock index dd9dfa7..d66b8a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM cucumber-messages (~> 18.0, >= 18.0.0) cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) - diff-lcs (1.5.0) + diff-lcs (1.6.2) docile (1.3.5) e2mmap (0.1.0) ffi (1.15.5) @@ -99,19 +99,19 @@ GEM reverse_markdown (2.1.1) nokogiri rexml (3.2.5) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec (3.13.1) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.4) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.4) rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) @@ -180,7 +180,7 @@ DEPENDENCIES git (~> 1.12) pry (~> 0.14.1) rake (~> 13.0.6) - rspec (~> 3.11.0) + rspec (~> 3.13.1) rubocop (~> 1.36.0) rubocop-performance (~> 1.15.0) semver2 (~> 3.4)