Skip to content

Commit

Permalink
Add activerecord trilogy gem
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Dec 12, 2024
1 parent 37540bf commit 43f9772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "rails", "~> 7.2.1"
gem "sprockets-rails"
# Use mysql as the database for Active Record
gem "trilogy"
gem "activerecord-trilogy-adapter"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ GEM
multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 4)
railties (>= 6.1)
activerecord-trilogy-adapter (2.2.0)
activerecord (~> 7.1.a)
trilogy (>= 2.3.0)
activestorage (7.2.1.1)
actionpack (= 7.2.1.1)
activejob (= 7.2.1.1)
Expand Down Expand Up @@ -488,6 +491,7 @@ PLATFORMS

DEPENDENCIES
activerecord-session_store
activerecord-trilogy-adapter
bootsnap
brakeman
cancancan (~> 3.0)
Expand Down

0 comments on commit 43f9772

Please sign in to comment.