Skip to content

Commit

Permalink
Merge pull request #883 from alphagov/fix-gemspec
Browse files Browse the repository at this point in the history
Fix gemspec comment
  • Loading branch information
sihugh authored May 22, 2019
2 parents 0e7618d + 56407bb commit e1fe3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govuk_publishing_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Gem::Specification.new do |s|
s.add_development_dependency "poltergeist", "~> 1.16.0"
s.add_development_dependency "rspec-rails", "~> 3.6"
s.add_development_dependency "uglifier", ">= 1.3.0"
# Needed to load slimmer test helpers
# https://github.com/alphagov/slimmer/issues/201
s.add_development_dependency "pry-byebug"
# Webmock is needed to load slimmer test helpers
# https://github.com/alphagov/slimmer/issues/201
s.add_development_dependency "webmock", "~> 3.5.0"
s.add_development_dependency "yard"
end

0 comments on commit e1fe3cf

Please sign in to comment.