Compare commits

..

No commits in common. 'bcc78833bd135b8bd4597095168a8317fe6db99b' and '316943cfc0014085ba56744ca2b88c0c5ead09a6' have entirely different histories.

  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 "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "excon", ">= 1.5.0"
gem "excon", "~> 0.111.0"
# faraday is a transitive dependency, but we need to force the version to 2.14.3 to avoid a vulnerability.
gem "faraday", ">= 2.14.3"
# faraday is a transitive dependency, but we need to force the version to 2.14.1 to avoid a vulnerability.
gem "faraday", ">= 2.14.1"

19
Gemfile.lock

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

8
db/schema.rb

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.2].define(version: 2026_06_18_101455) do
ActiveRecord::Schema[7.2].define(version: 2026_04_20_151627) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -837,6 +837,9 @@ ActiveRecord::Schema[7.2].define(version: 2026_06_18_101455) do
t.string "sexrab5"
t.string "sexrab6"
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_sex2"
t.integer "gender_same_as_sex3"
@ -849,9 +852,6 @@ ActiveRecord::Schema[7.2].define(version: 2026_06_18_101455) do
t.string "gender_description4"
t.string "gender_description5"
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 ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_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)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
dnsruby (1.61.9)
@ -37,7 +37,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.14.3)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
@ -211,7 +211,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.19.9)
json (2.19.8)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
@ -229,11 +229,11 @@ GEM
minitest (5.27.0)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.4-arm64-darwin)
nokogiri (1.19.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.4-x86_64-darwin)
nokogiri (1.19.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
nokogiri (1.19.3-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)

Loading…
Cancel
Save