Skip to content

Commit

Permalink
updating defra_ruby_area dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brujeo committed Nov 30, 2023
1 parent 6cf36ec commit e3489a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
activerecord-session_store (~> 2)
defra_ruby_address
defra_ruby_alert (~> 2.1)
defra_ruby_area (~> 2.1)
defra_ruby_area (~> 2.2)
defra_ruby_email (~> 1)
defra_ruby_validators
dibber (~> 0.5)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
rest-client (~> 2.0)
defra_ruby_alert (2.2.1)
airbrake
defra_ruby_area (2.1.0)
defra_ruby_area (2.2.0)
nokogiri (>= 1.13.2)
rest-client (~> 2.0)
defra_ruby_email (1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion flood_risk_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
# Used for address lookups on OS Places
s.add_dependency "defra_ruby_address"
# Used to determine the EA area for a registered exemption
s.add_dependency "defra_ruby_area", "~> 2.1"
s.add_dependency "defra_ruby_area", "~> 2.2"
# Used as part of testing. When enabled adds a /email/last-email route from
# which details of the last email sent by the app can be accessed
s.add_dependency "defra_ruby_email", "~> 1"
Expand Down

0 comments on commit e3489a4

Please sign in to comment.