diff --git a/AGENT.md b/AGENT.md index 533be86..5105ab8 100644 --- a/AGENT.md +++ b/AGENT.md @@ -21,6 +21,7 @@ ## Docker Development - **Interactive shell**: `docker compose run --service-ports web /bin/bash` - **Initial setup**: `docker compose run web bin/rails db:create db:schema:load db:seed` +- **Cleanup**: Run commands with the `--remove-orphans` flag to remove unused containers and images ## Git Practices - **NEVER commit `config/database.yml`** unless explicitly asked to - contains sensitive local/production database credentials diff --git a/Gemfile b/Gemfile index ab24c7b..d912ec6 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ gem "geocoder" gem "ahoy_captain", git: "https://github.com/johnmcdowall/ahoy_captain.git", branch: "fix_importmaps" # Airtable syncing -gem "norairrecord", "~> 0.3.0" +gem "norairrecord", "~> 0.4.0" # Country codes gem "countries" diff --git a/Gemfile.lock b/Gemfile.lock index e86607a..ffcc0de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM racc (~> 1.4) nokogiri (1.18.8-x86_64-linux-musl) racc (~> 1.4) - norairrecord (0.3.0) + norairrecord (0.4.0) faraday (>= 1.0, < 3.0) faraday-net_http_persistent net-http-persistent @@ -566,7 +566,7 @@ DEPENDENCIES letter_opener letter_opener_web (~> 3.0) memory_profiler - norairrecord (~> 0.3.0) + norairrecord (~> 0.4.0) paper_trail pg propshaft