Skip to content

Commit c0466d7

Browse files
committed
Add ActsAsTenant to gemspec and Gemfile.lock
1 parent 6498f39 commit c0466d7

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ PATH
2424
active_storage_validations
2525
activerecord-import
2626
activerecord-postgis-adapter
27+
acts_as_tenant
2728
bootstrap (~> 5.3.2)
2829
dartsass-sprockets (~> 3.1)
2930
devise
@@ -152,6 +153,8 @@ GEM
152153
mutex_m
153154
securerandom (>= 0.3)
154155
tzinfo (~> 2.0)
156+
acts_as_tenant (1.0.1)
157+
rails (>= 6.0)
155158
addressable (2.8.7)
156159
public_suffix (>= 2.0.2, < 7.0)
157160
asset_sync (2.19.2)
@@ -420,7 +423,7 @@ GEM
420423
logger
421424
mime-types-data (~> 3.2015)
422425
mime-types-data (3.2025.0107)
423-
mini_magick (5.1.2)
426+
mini_magick (5.2.0)
424427
benchmark
425428
logger
426429
mini_mime (1.1.5)
@@ -444,7 +447,7 @@ GEM
444447
net-protocol
445448
net-protocol (0.2.2)
446449
timeout
447-
net-smtp (0.5.0)
450+
net-smtp (0.5.1)
448451
net-protocol
449452
nio4r (2.7.4)
450453
nokogiri (1.18.3-x86_64-linux-gnu)
@@ -482,7 +485,7 @@ GEM
482485
pundit (2.4.0)
483486
activesupport (>= 3.0.0)
484487
racc (1.8.1)
485-
rack (3.1.10)
488+
rack (3.1.11)
486489
rack-cors (2.0.2)
487490
rack (>= 2.0.0)
488491
rack-mini-profiler (3.3.1)
@@ -632,11 +635,11 @@ GEM
632635
ffi (~> 1.12)
633636
logger
634637
rubyzip (2.4.1)
635-
sass-embedded (1.83.4-x86_64-linux-gnu)
638+
sass-embedded (1.85.1-x86_64-linux-gnu)
636639
google-protobuf (~> 4.29)
637640
sassc (2.4.0)
638641
ffi (~> 1.9)
639-
sassc-embedded (1.80.1)
642+
sassc-embedded (1.80.4)
640643
sass-embedded (~> 1.80)
641644
securerandom (0.4.1)
642645
selenium-webdriver (4.29.1)
@@ -681,7 +684,7 @@ GEM
681684
stackprof (0.2.27)
682685
stimulus-rails (1.3.4)
683686
railties (>= 6.0.0)
684-
stringio (3.1.2)
687+
stringio (3.1.5)
685688
sync (0.5.0)
686689
term-ansicolor (1.11.2)
687690
tins (~> 1.0)
@@ -698,17 +701,17 @@ GEM
698701
trailblazer-option (0.1.2)
699702
translate_enum (0.2.0)
700703
activesupport
701-
turbo-rails (2.0.11)
702-
actionpack (>= 6.0.0)
703-
railties (>= 6.0.0)
704+
turbo-rails (2.0.13)
705+
actionpack (>= 7.1.0)
706+
railties (>= 7.1.0)
704707
tzinfo (2.0.6)
705708
concurrent-ruby (~> 1.0)
706709
uber (0.1.0)
707710
uglifier (4.2.1)
708711
execjs (>= 0.3.0, < 3)
709712
unf (0.2.0)
710713
unicode-display_width (2.6.0)
711-
uri (1.0.2)
714+
uri (1.0.3)
712715
virtus (2.0.0)
713716
axiom-types (~> 0.1)
714717
coercible (~> 1.0)
@@ -732,7 +735,7 @@ GEM
732735
websocket-extensions (0.1.5)
733736
xpath (3.2.0)
734737
nokogiri (~> 1.8)
735-
zeitwerk (2.7.1)
738+
zeitwerk (2.7.2)
736739

737740
PLATFORMS
738741
x86_64-linux

better_together.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.add_dependency 'activerecord-postgis-adapter'
3333
spec.add_dependency 'active_storage_svg_sanitizer'
3434
spec.add_dependency 'active_storage_validations'
35+
spec.add_dependency 'acts_as_tenant'
3536
spec.add_dependency 'bootstrap', '~> 5.3.2'
3637
spec.add_dependency 'dartsass-sprockets', '~> 3.1'
3738
spec.add_dependency 'devise'

0 commit comments

Comments
 (0)