Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -158,6 +159,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)
Expand Down
1 change: 1 addition & 0 deletions better_together.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading