Skip to content

Commit

Permalink
coveralls should be in the gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
gburgett committed Oct 16, 2018
1 parent 597fe38 commit 130523c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -7,7 +7,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Development tools intended to be run in the root
group :development, :test do
gem 'bump', '~> 0.6.1'
gem 'coveralls', require: false
gem 'guard'
gem 'guard-rspec'
gem 'guard-rubocop'
Expand Down
1 change: 1 addition & 0 deletions wcc-contentful-app/wcc-contentful-app.gemspec
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'dotenv', '~> 2.2'
spec.add_development_dependency 'httplog', '~> 1.0'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
1 change: 1 addition & 0 deletions wcc-contentful/wcc-contentful.gemspec
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'dotenv', '~> 2.2'
spec.add_development_dependency 'httplog', '~> 1.0'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 130523c

Please sign in to comment.