Skip to content

Commit

Permalink
Fix gemspec comment
Browse files Browse the repository at this point in the history
The comment that applied to the inclusion of the webmock gem had become
decoupled.  I've re-attached them and changed the wording of the comment
so that it's hopefully clearer that they belong together.
  • Loading branch information
sihugh committed May 22, 2019
1 parent 0e7618d commit 56407bb
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 56407bb

Please sign in to comment.