diff --git a/Gemfile b/Gemfile index a8ff70a47..de068ad03 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'aruba', '~> 1.0.4', require: false gem 'byebug' gem 'capybara', '~> 3.35.3', require: false gem 'cucumber', '~> 5.3', require: false -gem 'rspec', '~> 3.10', require: false +gem 'rspec', '~> 3.12', require: false # Pry tools gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index a85520b80..a85b4e915 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) cucumber-messages (~> 13.0, >= 13.0.1) debug_inspector (1.0.0) - diff-lcs (1.4.4) + diff-lcs (1.5.0) docile (1.3.5) dotenv (2.7.6) erubis (2.7.0) @@ -196,19 +196,19 @@ GEM rgl (0.5.7) lazy_priority_queue (~> 0.1.0) stream (~> 0.5.3) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) rubocop (1.18.4) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -287,7 +287,7 @@ DEPENDENCIES pry-stack_explorer rake (~> 13.0) redcarpet (>= 3.1) - rspec (~> 3.10) + rspec (~> 3.12) rubocop (~> 1.18) rubocop-performance (~> 1.11) rubydns (~> 2.0.2)