wcc-contentful-app.gemspec in wcc-contentful-app-1.0.2 vs wcc-contentful-app.gemspec in wcc-contentful-app-1.0.3

- old
+ new

@@ -24,10 +24,10 @@ spec.required_ruby_version = '>= 2.3' spec.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features)/}) + f.match(%r{^(test|spec|features|Guardfile)/}) end spec.require_paths = ['lib'] spec.add_development_dependency 'capybara', '~> 3.9'