Skip to content

Commit

Permalink
Update few gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesi committed Mar 7, 2025
1 parent 5085f73 commit 1a66102
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
foreman (0.88.1)
globalid (1.2.1)
activesupport (>= 6.1)
govuk_design_system_formbuilder (5.7.1)
govuk_design_system_formbuilder (5.8.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2)
logger (1.6.6)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.9)
rexml (3.4.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -430,8 +430,8 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.27.0)
rubyzip (2.4.1)
selenium-webdriver (4.29.1)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -539,7 +539,7 @@ DEPENDENCIES
faker
faraday_middleware (~> 1.2.1)
foreman
govuk_design_system_formbuilder (~> 5.7)
govuk_design_system_formbuilder (~> 5.8)
govuk_notify_rails (~> 3.0.0)
haml-rails (~> 2.1.0)
haml_lint
Expand Down Expand Up @@ -573,7 +573,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
selenium-webdriver (~> 4.26)
selenium-webdriver (~> 4.3)
sentry-rails (~> 5.21.0)
sentry-sidekiq (~> 5.21.0)
shoulda-matchers
Expand Down
4 changes: 1 addition & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cd .../laa-court-data-ui
- configure UI to use and authenticate against local adaptor
```
# .env.development.local
COURT_DATA_ADAPTOR_API_URL: hhttp://localhost:9292/api/internal/v1
COURT_DATA_ADAPTOR_API_URL: http://localhost:9292/api/internal/v1
COURT_DATA_ADAPTOR_API_UID: uid-generated-by-adaptor-above
COURT_DATA_ADAPTOR_API_SECRET: secret-generated-by-adaptor-above
```
Expand Down Expand Up @@ -162,5 +162,3 @@ kubectl -n laa-court-data-ui-<env> get secrets <secret-name> -o json
For more details on how to add or update Kubernetes Secrets, see the [Cloud Platform documentation](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/deploying-an-app/add-secrets-to-deployment.html#adding-a-secret-to-an-application).

Secrets are backed up outside of Kubernetes, these back ups need to be updated any time the secrets are updated. Please refer to this [Confluence document](https://dsdmoj.atlassian.net/wiki/spaces/CFP/pages/4273504650/Secrets+Strategy+Post+Git-Crypt#Where-We-Are-Storing-Secrets-Now) for more information


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-env": "^7.25.7",
"@hotwired/turbo-rails": "^8.0.12",
"@ministryofjustice/frontend": "^1.8.1",
"@rails/ujs": "^7.1.500",
"@rails/ujs": "7.0.8",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1117,10 +1117,10 @@
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.201.tgz#bfb3da01b3e2462f5a18f372c52dedd7de76037f"
integrity sha512-wsTdWoZ5EfG5k3t7ORdyQF0ZmDEgN4aVPCanHAiNEwCROqibSZMXXmCbH7IDJUVri4FOeAVwwbPINI7HVHPKBw==

"@rails/ujs@^7.1.500":
version "7.1.501"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.501.tgz#e560a7b6885a12a659c4beb47f4336c8a9353056"
integrity sha512-7EDRGUlgns12IgP3SXVSaxA3CwRzbLOypPXn1EqEZiZ/NS/PwaQ/oa7Z2VRO4B46JifoVr0PYg+G5ERSGQJHxQ==
"@rails/ujs@7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.8.tgz#59853367d0827b3955d2c4bedfd5eba4a79d3422"
integrity sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA==

"@rtsao/scc@^1.1.0":
version "1.1.0"
Expand Down

0 comments on commit 1a66102

Please sign in to comment.