diff --git a/Gemfile b/Gemfile index d648e76..8647068 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development, :test do gem 'pry', '~> 0.10', '>= 0.10.4' gem 'pry-byebug', '~> 3.6' gem 'rake', '~> 13.0' - gem 'rspec', '~> 3.0' + gem 'rspec', '~> 3.13' gem 'rubocop', '~> 1.57' gem 'rubocop-rspec', '~> 2.24' gem 'timecop', '~> 0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 10a49ff..5d46c5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM no_proxy_fix octokit (~> 6.0) terminal-table (>= 1, < 4) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docopt (0.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -162,19 +162,19 @@ GEM netrc (~> 0.8) rexml (3.2.6) rollbar (3.4.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) + 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.0) + 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.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) @@ -248,7 +248,7 @@ DEPENDENCIES pry-byebug (~> 3.6) pushmi_pullyu! rake (~> 13.0) - rspec (~> 3.0) + rspec (~> 3.13) rubocop (~> 1.57) rubocop-rspec (~> 2.24) timecop (~> 0.9)