Gemfile in ezclient-1.6.0 vs Gemfile in ezclient-1.7.0

- old
+ new

@@ -1,4 +1,15 @@ # frozen_string_literal: true source "https://rubygems.org" gemspec + +gem "bundler" +gem "coveralls" +gem "pry" +gem "rake" +gem "rspec" +gem "rubocop-config-umbrellio" +gem "rubocop-rake" +gem "simplecov" +gem "simplecov-lcov" +gem "webmock"