diff --git a/Gemfile b/Gemfile index fb5ea4c85394ea8a61ca1767980315e6f480c8d9..57ab35e4b9adb6b7868b3512f0b339af135ad81c 100644 --- a/Gemfile +++ b/Gemfile @@ -42,5 +42,5 @@ group(:test) do gem "rantly", git: "https://github.com/Amolith/rantly.git", branch: "master" gem "rubocop", "= 0.89.1" gem "simplecov", require: false - gem "webmock" + gem "webmock", "< 3.12" end