Skip to content
Open
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 @@ -75,7 +75,7 @@ gem "sidekiq", "~> 6"
gem "sidekiq-cron", "~> 1"

# Payment stuff
gem "pay", "~> 2.0"
gem "pay", "~> 6.3"
gem "stripe", "< 6.0", ">= 2.8"
gem "stripe_event", "~> 2.3"

Expand Down
68 changes: 41 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ GEM
msgpack (~> 1.0)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
crass (1.0.6)
database_cleaner (1.8.5)
date (3.3.3)
datetime_picker_rails (0.0.7)
momentjs-rails (>= 2.8.1)
devise (4.7.3)
Expand All @@ -122,7 +123,7 @@ GEM
elasticsearch-transport (7.9.0)
faraday (~> 1)
multi_json
erubi (1.10.0)
erubi (1.12.0)
et-orbi (1.2.4)
tzinfo
execjs (2.7.0)
Expand All @@ -149,7 +150,7 @@ GEM
fugit (1.4.2)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4)
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
haml (5.2.0)
temple (>= 0.8.0)
Expand Down Expand Up @@ -204,32 +205,44 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_magick (4.10.1)
mini_mime (1.0.3)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.14.4)
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.3.3)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.8)
nokogiri (1.13.10)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
pay (2.6.4)
rails (>= 4.2)
pay (6.3.2)
rails (>= 6.0.0)
pg (1.2.3)
pretender (0.3.4)
actionpack (>= 4.2)
Expand All @@ -242,14 +255,14 @@ GEM
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.1)
rack (2.2.6.3)
racc (1.6.2)
rack (2.2.6.4)
rack-protection (2.0.8.1)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.0)
rails (6.1.3.1)
actioncable (= 6.1.3.1)
Expand All @@ -273,7 +286,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.3.1)
actionpack (= 6.1.3.1)
Expand All @@ -282,7 +295,7 @@ GEM
rake (>= 0.8.7)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -387,25 +400,26 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.2)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stripe (5.28.0)
stripe_event (2.3.1)
activesupport (>= 3.1)
stripe (>= 2.8, < 6)
sysexits (1.2.0)
temple (0.8.2)
thor (1.1.0)
thor (1.2.1)
tilt (2.0.10)
timeout (0.3.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2020.4)
tzinfo (>= 1.0.0)
Expand All @@ -424,11 +438,11 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket-driver (0.7.3)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.26)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand All @@ -454,7 +468,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mini_magick (>= 4.3.5)
minitest (~> 5.14)
pay (~> 2.0)
pay (~> 6.3)
pg (~> 1.2)
pretender (~> 0.3)
pry
Expand Down