diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 549dd0b7..d9fa2b39 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -7,7 +7,7 @@ on: jobs: rspec: name: Rspec - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest services: postgres: image: postgres diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 6b1747e6..c39cd0fb 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -262,7 +262,7 @@ GEM mutex_m (0.3.0) net-http (0.4.1) uri - net-imap (0.4.17) + net-imap (0.5.6) date net-protocol net-pop (0.1.2) @@ -478,7 +478,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.3.2) timecop (0.9.10) - timeout (0.4.1) + timeout (0.4.3) ttfunk (1.8.0) bigdecimal (~> 3.1) turbo-rails (2.0.11) diff --git a/app/package-lock.json b/app/package-lock.json index 49a80ec8..3e8fea85 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -12,7 +12,7 @@ "@rails/actioncable": "^7.2.201", "@uswds/uswds": "^3.11.0", "autoprefixer": "^10.4.20", - "esbuild": "^0.24.2", + "esbuild": "^0.25.0", "load-script": "^2.0.0", "postcss": "^8.5.1", "postcss-cli": "^11.0.0",