Compare commits

...

6 Commits

Author SHA1 Message Date
dependabot[bot] bcc78833bd
Bump nokogiri from 1.19.3 to 1.19.4 in /docs (#3357) 1 week ago
dependabot[bot] ce0a925df4
Bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs (#3359) 1 week ago
dependabot[bot] c2a8fde674
Bump faraday from 2.14.2 to 2.14.3 in /docs (#3358) 1 week ago
Nat Dean-Lewis 868ac594f4 CLDC-NONE: update concurrent-ruby and faraday 1 week ago
Nat Dean-Lewis 2977ef7aae
CLDC-NONE: update excon (#3356) 1 week ago
Nat Dean-Lewis 3386e96bbc CLDC-4331: update schema 1 week ago
  1. 6
      Gemfile
  2. 19
      Gemfile.lock
  3. 8
      db/schema.rb
  4. 12
      docs/Gemfile.lock

6
Gemfile

@ -119,7 +119,7 @@ end
gem "cssbundling-rails" gem "cssbundling-rails"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "excon", "~> 0.111.0" gem "excon", ">= 1.5.0"
# faraday is a transitive dependency, but we need to force the version to 2.14.1 to avoid a vulnerability. # faraday is a transitive dependency, but we need to force the version to 2.14.3 to avoid a vulnerability.
gem "faraday", ">= 2.14.1" gem "faraday", ">= 2.14.3"

19
Gemfile.lock

@ -154,7 +154,7 @@ GEM
coderay (1.1.3) coderay (1.1.3)
coercible (1.0.0) coercible (1.0.0)
descendants_tracker (~> 0.0.1) descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.6) concurrent-ruby (1.3.7)
connection_pool (2.5.5) connection_pool (2.5.5)
crack (1.0.0) crack (1.0.0)
bigdecimal bigdecimal
@ -202,7 +202,8 @@ GEM
et-orbi (1.4.0) et-orbi (1.4.0)
tzinfo tzinfo
event_stream_parser (1.0.0) event_stream_parser (1.0.0)
excon (0.111.0) excon (1.5.0)
logger
factory_bot (6.5.0) factory_bot (6.5.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.4.4) factory_bot_rails (6.4.4)
@ -210,7 +211,7 @@ GEM
railties (>= 5.0.0) railties (>= 5.0.0)
faker (3.2.3) faker (3.2.3)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
faraday (2.14.2) faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5) faraday-net_http (>= 2.0, < 3.5)
json json
logger logger
@ -305,13 +306,13 @@ GEM
net-smtp (0.5.1) net-smtp (0.5.1)
net-protocol net-protocol
nio4r (2.7.5) nio4r (2.7.5)
nokogiri (1.19.3-arm64-darwin) nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.3-x86_64-darwin) nokogiri (1.19.4-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu) nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-musl) nokogiri (1.19.4-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
notifications-ruby-client (6.4.0) notifications-ruby-client (6.4.0)
jwt (>= 1.5, < 4) jwt (>= 1.5, < 4)
@ -600,10 +601,10 @@ DEPENDENCIES
devise_two_factor_authentication devise_two_factor_authentication
dotenv-rails dotenv-rails
erb_lint erb_lint
excon (~> 0.111.0) excon (>= 1.5.0)
factory_bot_rails factory_bot_rails
faker faker
faraday (>= 2.14.1) faraday (>= 2.14.3)
govuk-components (~> 6.2) govuk-components (~> 6.2)
govuk_design_system_formbuilder (~> 5.7) govuk_design_system_formbuilder (~> 5.7)
govuk_markdown govuk_markdown

8
db/schema.rb

@ -10,7 +10,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do ActiveRecord::Schema[7.2].define(version: 2026_06_18_101455) do
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"
@ -837,9 +837,6 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do
t.string "sexrab5" t.string "sexrab5"
t.string "sexrab6" t.string "sexrab6"
t.integer "buildheightclass" t.integer "buildheightclass"
t.integer "mortlen_known"
t.integer "hasservicechargeschanged"
t.decimal "newservicecharges", precision: 10, scale: 2
t.integer "gender_same_as_sex1" t.integer "gender_same_as_sex1"
t.integer "gender_same_as_sex2" t.integer "gender_same_as_sex2"
t.integer "gender_same_as_sex3" t.integer "gender_same_as_sex3"
@ -852,6 +849,9 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do
t.string "gender_description4" t.string "gender_description4"
t.string "gender_description5" t.string "gender_description5"
t.string "gender_description6" t.string "gender_description6"
t.integer "mortlen_known"
t.integer "hasservicechargeschanged"
t.decimal "newservicecharges", precision: 10, scale: 2
t.index ["assigned_to_id"], name: "index_sales_logs_on_assigned_to_id" t.index ["assigned_to_id"], name: "index_sales_logs_on_assigned_to_id"
t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id" t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id"
t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id"

12
docs/Gemfile.lock

@ -24,7 +24,7 @@ GEM
coffee-script-source (1.11.1) coffee-script-source (1.11.1)
colorator (1.1.0) colorator (1.1.0)
commonmarker (0.23.10) commonmarker (0.23.10)
concurrent-ruby (1.3.6) concurrent-ruby (1.3.7)
connection_pool (3.0.2) connection_pool (3.0.2)
csv (3.3.5) csv (3.3.5)
dnsruby (1.61.9) dnsruby (1.61.9)
@ -37,7 +37,7 @@ GEM
ffi (>= 1.15.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.8.1) execjs (2.8.1)
faraday (2.14.2) faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5) faraday-net_http (>= 2.0, < 3.5)
json json
logger logger
@ -211,7 +211,7 @@ GEM
gemoji (~> 3.0) gemoji (~> 3.0)
html-pipeline (~> 2.2) html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
json (2.19.8) json (2.19.9)
kramdown (2.3.2) kramdown (2.3.2)
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
@ -229,11 +229,11 @@ GEM
minitest (5.27.0) minitest (5.27.0)
net-http (0.9.1) net-http (0.9.1)
uri (>= 0.11.1) uri (>= 0.11.1)
nokogiri (1.19.3-arm64-darwin) nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.3-x86_64-darwin) nokogiri (1.19.4-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu) nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
octokit (4.25.1) octokit (4.25.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)

Loading…
Cancel
Save