Skip to content

Commit

Permalink
Merge pull request #126 from alphagov/dependabot/bundler/faker-gte-3.…
Browse files Browse the repository at this point in the history
…4.1-and-lt-3.6.0

Update faker requirement from ~> 3.4.1 to >= 3.4.1, < 3.6.0
  • Loading branch information
yndajas authored Oct 24, 2024
2 parents c0d7424 + e062d83 commit 2b7dc5b
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,7 +18,7 @@ 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"
spec.add_dependency "faker", ">= 3.4.1", "< 3.6.0"
# This should be kept in sync with the json-schema version of publishing-api.
spec.add_dependency "json-schema", ">= 2.8", "< 5.1"

Expand Down

0 comments on commit 2b7dc5b

Please sign in to comment.