Add syncing for airtable loops updating

This commit is contained in:
Max Wofford
2025-05-07 20:15:59 -04:00
parent eccd1acc9b
commit 3355f5f29b
5 changed files with 51 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ gem "ahoy_matey"
gem "geocoder"
gem "ahoy_captain", git: "https://github.com/johnmcdowall/ahoy_captain.git", branch: "fix_importmaps"
gem "norairrecord", "~> 0.3.0"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"