diff --git a/Gemfile b/Gemfile index d6aad1e..56a4ad3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gemspec gem "rake", "13.1.0" -gem "rspec", "3.12.0" +gem "rspec", "3.13.0" diff --git a/Gemfile.lock b/Gemfile.lock index 66e7a9d..f1ab481 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,21 +6,21 @@ PATH GEM remote: https://rubygems.org/ specs: - diff-lcs (1.5.0) + diff-lcs (1.5.1) rake (13.1.0) - 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) PLATFORMS ruby @@ -28,7 +28,7 @@ PLATFORMS DEPENDENCIES emoji_regex! rake (= 13.1.0) - rspec (= 3.12.0) + rspec (= 3.13.0) BUNDLED WITH 2.2.28