-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.jumpstart
35 lines (34 loc) · 1.14 KB
/
Gemfile.jumpstart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Jumpstart Pro dependencies
gem "acts_as_tenant", "~> 0.6"
gem "administrate", github: "excid3/administrate", branch: "jumpstart"
gem "administrate-field-active_storage", "~> 0.4.1"
gem "country_select", "~> 8.0"
gem "cssbundling-rails", "~> 1.1.0"
gem "devise", "~> 4.9.0"
gem "devise-i18n", "~> 1.10"
gem "inline_svg", "~> 1.6"
gem "invisible_captcha", "~> 2.0"
gem "jsbundling-rails", "~> 1.1.0"
gem "jumpstart", path: "lib/jumpstart", group: :omit
gem "local_time", "~> 2.1"
gem "name_of_person", "~> 1.0"
gem "noticed", "~> 1.5"
gem "oj", "~> 3.8", ">= 3.8.1"
gem "omniauth", "~> 2.0", ">= 2.0.4"
gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "pagy", "~> 6.0"
gem "pay", "~> 6.2"
gem "pg_search", "~> 2.3"
gem "prawn", github: "prawnpdf/prawn"
gem "prefixed_ids", "~> 1.2"
gem "pretender", "~> 0.4.0"
gem "pundit", "~> 2.1"
gem "receipts", "~> 2.1"
gem "rotp", "~> 6.2"
gem "rqrcode", "~> 2.1"
gem "ruby-oembed", "~> 0.16.0", require: "oembed"
gem "whenever", "~> 1.0", require: false
# Jumpstart Pro manages a few gems for us, so install them from the generated Gemfile
if File.exist?("config/jumpstart/Gemfile")
eval_gemfile "config/jumpstart/Gemfile"
end