Skip to content

Commit

Permalink
Ensure Faker is added as a non-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pezholio committed Jun 24, 2024
1 parent 12dab5d commit 7493413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_schemas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = %w[lib]

spec.add_dependency "faker", "~> 3.4.1"
# This should be kept in sync with the json-schema version of publishing-api.
spec.add_dependency "json-schema", ">= 2.8", "< 4.4"

spec.add_development_dependency "climate_control"
spec.add_development_dependency "faker", "~> 3.4.1"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.4"
Expand Down

0 comments on commit 7493413

Please sign in to comment.