Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "inertia_rails", "~> 3.19"
gem "vite_rails", "~> 3.10"

# Airtable ORM
gem "airctiverecord", "~> 0.2.2"
gem "airctiverecord", "~> 0.2.3"
gem "norairrecord", "~> 0.5"

# Auth (OmniAuth OIDC)
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
aes_key_wrap (1.1.0)
airctiverecord (0.2.2)
airctiverecord (0.2.3)
activemodel (>= 6.0)
activesupport (>= 6.0)
airrel (>= 0.2.0)
Expand All @@ -88,7 +88,7 @@ GEM
ast (2.4.3)
attr_required (1.0.2)
base64 (0.3.0)
bigdecimal (4.1.0)
bigdecimal (4.1.1)
bindata (2.5.1)
bindex (0.8.1)
bootsnap (1.23.0)
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
mcp (0.9.2)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (6.0.2)
minitest (6.0.3)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
airctiverecord (~> 0.2.2)
airctiverecord (~> 0.2.3)
bootsnap
brakeman
bundler-audit
Expand Down Expand Up @@ -443,12 +443,12 @@ CHECKSUMS
activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
aes_key_wrap (1.1.0) sha256=b935f4756b37375895db45669e79dfcdc0f7901e12d4e08974d5540c8e0776a5
airctiverecord (0.2.2) sha256=97170eba859c7f916a2b18dd4dc88aa4ae32a21a8c9f761d401c88cab0f4899f
airctiverecord (0.2.3) sha256=70909ce7523582eb58fd674fc7889252e6d541cb17031f4a9f028f19dbe465ec
airrel (0.2.1) sha256=97a7e5afcab927aae824bf05f810c6eb55b594957cb5391b480812e71207b2ff
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
attr_required (1.0.2) sha256=f0ebfc56b35e874f4d0ae799066dbc1f81efefe2364ca3803dc9ea6a4de6cb99
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
bigdecimal (4.1.1) sha256=1c09efab961da45203c8316b0cdaec0ff391dfadb952dd459584b63ebf8054ca
bindata (2.5.1) sha256=53186a1ec2da943d4cb413583d680644eb810aacbf8902497aac8f191fad9e58
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
bootsnap (1.23.0) sha256=c1254f458d58558b58be0f8eb8f6eec2821456785b7cdd1e16248e2020d3f214
Expand Down Expand Up @@ -488,7 +488,7 @@ CHECKSUMS
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
mcp (0.9.2) sha256=d413926f4f9dc1274f462196c2a9fbf9cb261ecd3c66a60c82eb71ee62bd2932
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
minitest (6.0.3) sha256=88ac8a1de36c00692420e7cb3cc11a0773bbcb126aee1c249f320160a7d11411
msgpack (1.8.0) sha256=e64ce0212000d016809f5048b48eb3a65ffb169db22238fb4b72472fecb2d732
mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996
Expand Down
Loading