From c0466d76f55754d097cc40009731f4e9cdb5a441 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Tue, 4 Mar 2025 10:27:52 -0330 Subject: [PATCH] Add ActsAsTenant to gemspec and Gemfile.lock --- Gemfile.lock | 25 ++++++++++++++----------- better_together.gemspec | 1 + 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a090d30ab..6e0731f75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,7 @@ PATH active_storage_validations activerecord-import activerecord-postgis-adapter + acts_as_tenant bootstrap (~> 5.3.2) dartsass-sprockets (~> 3.1) devise @@ -152,6 +153,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) + acts_as_tenant (1.0.1) + rails (>= 6.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) asset_sync (2.19.2) @@ -420,7 +423,7 @@ GEM logger mime-types-data (~> 3.2015) mime-types-data (3.2025.0107) - mini_magick (5.1.2) + mini_magick (5.2.0) benchmark logger mini_mime (1.1.5) @@ -444,7 +447,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-smtp (0.5.0) + net-smtp (0.5.1) net-protocol nio4r (2.7.4) nokogiri (1.18.3-x86_64-linux-gnu) @@ -482,7 +485,7 @@ GEM pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (3.1.10) + rack (3.1.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-mini-profiler (3.3.1) @@ -632,11 +635,11 @@ GEM ffi (~> 1.12) logger rubyzip (2.4.1) - sass-embedded (1.83.4-x86_64-linux-gnu) + sass-embedded (1.85.1-x86_64-linux-gnu) google-protobuf (~> 4.29) sassc (2.4.0) ffi (~> 1.9) - sassc-embedded (1.80.1) + sassc-embedded (1.80.4) sass-embedded (~> 1.80) securerandom (0.4.1) selenium-webdriver (4.29.1) @@ -681,7 +684,7 @@ GEM stackprof (0.2.27) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.2) + stringio (3.1.5) sync (0.5.0) term-ansicolor (1.11.2) tins (~> 1.0) @@ -698,9 +701,9 @@ GEM trailblazer-option (0.1.2) translate_enum (0.2.0) activesupport - turbo-rails (2.0.11) - actionpack (>= 6.0.0) - railties (>= 6.0.0) + turbo-rails (2.0.13) + actionpack (>= 7.1.0) + railties (>= 7.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) @@ -708,7 +711,7 @@ GEM execjs (>= 0.3.0, < 3) unf (0.2.0) unicode-display_width (2.6.0) - uri (1.0.2) + uri (1.0.3) virtus (2.0.0) axiom-types (~> 0.1) coercible (~> 1.0) @@ -732,7 +735,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS x86_64-linux diff --git a/better_together.gemspec b/better_together.gemspec index a29a0a03d..bc0a65c76 100644 --- a/better_together.gemspec +++ b/better_together.gemspec @@ -32,6 +32,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'activerecord-postgis-adapter' spec.add_dependency 'active_storage_svg_sanitizer' spec.add_dependency 'active_storage_validations' + spec.add_dependency 'acts_as_tenant' spec.add_dependency 'bootstrap', '~> 5.3.2' spec.add_dependency 'dartsass-sprockets', '~> 3.1' spec.add_dependency 'devise'