Skip to content

Commit 3a50ebe

Browse files
committed
Update dependencies
1 parent dac046a commit 3a50ebe

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem "activerecord", "~> 7.2.3", :require => "active_record"
4242
gem "pg", "~> 1.6.2"
4343
gem "opensearch-ruby", "~> 3.4.0"
4444
gem "faraday-typhoeus", "~> 1.1.0"
45-
gem "active_attr", "~> 0.17.0"
45+
gem "active_attr", "~> 0.17.2"
4646

4747
# Factories for test database data
4848
gem "factory_bot", "~> 6.5.6"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ GEM
2020
erubi (~> 1.11)
2121
rails-dom-testing (~> 2.2)
2222
rails-html-sanitizer (~> 1.6)
23-
active_attr (0.17.1)
24-
actionpack (>= 3.0.2, < 8.1)
25-
activemodel (>= 3.0.2, < 8.1)
26-
activesupport (>= 3.0.2, < 8.1)
23+
active_attr (0.17.2)
24+
actionpack (>= 3.0.2, < 8.2)
25+
activemodel (>= 3.0.2, < 8.2)
26+
activesupport (>= 3.0.2, < 8.2)
2727
activemodel (7.2.3)
2828
activesupport (= 7.2.3)
2929
activerecord (7.2.3)
@@ -216,7 +216,7 @@ PLATFORMS
216216
x86_64-linux
217217

218218
DEPENDENCIES
219-
active_attr (~> 0.17.0)
219+
active_attr (~> 0.17.2)
220220
activerecord (~> 7.2.3)
221221
activesupport (~> 7.2.3)
222222
addressable (~> 2.8.0)

src/api-umbrella/admin-ui/pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api-umbrella/web-app/pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/build-deps/pnpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
pnpm_version="10.22.0"
3+
pnpm_version="10.23.0"
44

55
set -e -u -x
66
source ./tasks/helpers.sh

tasks/deps/cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e -u -x
44
source ./tasks/helpers.sh
55

6-
cue_version="0.15.0"
7-
cue_hash="06925fc1e5174591cef0b1e42ac32cff4271804742cd20893de1793b6d82d460"
6+
cue_version="0.15.1"
7+
cue_hash="aa282261245e9ab0d65b17ec3c7207f5231600106f7b26fc0c2e158b3937ca3f"
88
if [ "$TARGETARCH" == "arm64" ]; then
9-
cue_hash="8cd82e968dc0168cf9ea2efdb0f3ce4a3d97b7afd59c8d55cc40adb0a9aa7224"
9+
cue_hash="6bb80ec3262c7cedf898a21e9e9481c86da54488f144788b1fa0a5dc01879a0b"
1010
fi
1111

1212
task_working_dir

0 commit comments

Comments
 (0)