-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/ruby 2805 postcode validation #721
Conversation
flood_risk_engine.gemspec
Outdated
@@ -36,6 +36,7 @@ Gem::Specification.new do |s| | |||
# which details of the last email sent by the app can be accessed | |||
s.add_dependency "defra_ruby_email", "~> 1" | |||
s.add_dependency "defra_ruby_validators" | |||
s.add_dependency "faraday-retry" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be a Gemfile dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps. Do you mean just for :development?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in my understanding, faraday is only used by changelog gem, which isn't used in the runtime
…ctiveJob configuration for unit testing
Change to use the new postcode validator from defra_ruby_validators
https://eaflood.atlassian.net/browse/RUBY-2805