Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "redis", ">= 4.0.1"
gem "kaminari"

# Billing & subscriptions
gem "pay", "~> 8.0"
gem "pay", "~> 11.2"

# Multi-tenancy
gem "acts_as_tenant"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ GEM
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.1.0)
racc
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
cronex (0.15.0)
tzinfo
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
msgpack (1.8.0)
net-http (0.6.0)
uri
net-imap (0.5.9)
net-imap (0.5.10)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -223,8 +223,8 @@ GEM
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pay (8.3.0)
rails (>= 6.0.0)
pay (11.2.2)
rails (>= 7.0.0)
pg (1.6.1)
pg (1.6.1-aarch64-linux)
pg (1.6.1-aarch64-linux-musl)
Expand All @@ -247,7 +247,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.0)
rack (3.2.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-session (2.1.1)
Expand Down Expand Up @@ -420,7 +420,7 @@ DEPENDENCIES
jwt (~> 2.8)
kamal
kaminari
pay (~> 8.0)
pay (~> 11.2)
pg (~> 1.1)
propshaft
puma (>= 5.0)
Expand Down
Loading