diff --git a/Gemfile b/Gemfile index a41728b..8d455a8 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development, :test do gem "rspec", "~> 3.13" - gem "rspec-its", "~>1.3" + gem "rspec-its", "~>2.0" gem "standard", "~> 1.41.1" gem "pry", "~> 0.14" gem "webmock", "~> 3" diff --git a/Gemfile.lock b/Gemfile.lock index 1e3ac27..788128d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,9 @@ GEM rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-its (1.3.1) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) + rspec-its (2.0.0) + rspec-core (>= 3.13.0) + rspec-expectations (>= 3.13.0) rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) @@ -177,7 +177,7 @@ DEPENDENCIES cron_to_go_sync! pry (~> 0.14) rspec (~> 3.13) - rspec-its (~> 1.3) + rspec-its (~> 2.0) standard (~> 1.41.1) vcr (~> 6) webmock (~> 3)