Skip to content

Commit

Permalink
Merge pull request #119 from alphagov/faker-should-be-non-dev-dependency
Browse files Browse the repository at this point in the history
Faker should be a non-development dependency
  • Loading branch information
pezholio authored Jun 24, 2024
2 parents 12dab5d + 6383805 commit e97a089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.4

* Ensure `Faker` is added as a non-development dependency

# 5.0.3

* Add support for `email` string types
Expand Down
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
2 changes: 1 addition & 1 deletion lib/govuk_schemas/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovukSchemas
# @private
VERSION = "5.0.3".freeze
VERSION = "5.0.4".freeze
end

0 comments on commit e97a089

Please sign in to comment.