Skip to content

Commit

Permalink
update defra_ruby_area
Browse files Browse the repository at this point in the history
  • Loading branch information
brujeo committed Nov 28, 2023
1 parent 0aa3063 commit a648886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 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)
defra_ruby_area (~> 2.1)
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.0.3)
defra_ruby_area (2.1.0)
nokogiri (>= 1.13.2)
rest-client (~> 2.0)
defra_ruby_email (1.3.0)
Expand All @@ -190,8 +190,7 @@ GEM
dibber (0.7.0)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
Expand Down Expand Up @@ -257,9 +256,9 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
Expand Down Expand Up @@ -442,9 +441,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uk_postcode (2.1.8)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
uniform_notifier (1.16.0)
validates_email_format_of (1.7.2)
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"
s.add_dependency "defra_ruby_area", "~> 2.1"
# 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 a648886

Please sign in to comment.