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
Stephen Paul Weber created
Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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