-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
61 lines (56 loc) · 1.59 KB
/
Gemfile
File metadata and controls
61 lines (56 loc) · 1.59 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
source "https://rubygems.org"
ruby "4.0.2"
gem "activestorage-scaleway-service", "~> 1"
gem "bootsnap", require: false
gem "bootstrap", "~> 5"
gem "bootstrap5-kaminari-views", "~> 0"
gem "breadcrumbs_on_rails", "~> 4"
gem "brevo", "~> 4"
gem "bugsnag", "~> 6"
gem "cancancan", "~> 3"
gem "cocoon", "~> 1"
gem "country_select", "~> 11"
gem "devise", "~> 5"
gem "devise-i18n", "~> 1"
gem "devise-bootstrap5", "~> 0"
gem "elasticsearch", "~> 7"
gem "enum_help", "~> 0"
gem "faceted_search"#, path: '../faceted_search'
gem "faraday-typhoeus", "~> 1"
gem "fast_excel", "~> 0.5.0"
gem "fast_excel_rails", git: 'https://github.com/noesya/fast_excel_rails.git'
gem "gdpr", "~> 1"
gem "geocoder", "~> 1"
gem "good_job", "~> 4"
gem "image_processing", "~> 1"
gem "jquery-rails", "~> 4"
gem "kamifusen", "~> 1"
gem "kaminari", "~> 1"
gem "mazer-rails", "~> 0"
gem "popper_js", "~> 2"
gem "pg", "~> 1"
gem "puma", "~> 7"
gem "rails", "~> 8.1.0"
gem "rails-i18n", "~> 8"
gem "searchkick", "~> 5.3"
gem "simple_form", "~> 5"
gem "simple_form_bs5_file_input", "~> 0"
gem "simple_form_password_with_hints", "~> 0"
gem "simple-navigation", "~> 4"
gem "sprockets-rails", "~> 3"
gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: "fix/dart-sass"
gem "terser", "~> 1"
gem "two_factor_authentication", git: "https://github.com/noesya/two_factor_authentication.git"
gem "tzinfo-data", platforms: %i[ windows jruby ]
group :development, :test do
gem "annotaterb"
gem "byebug"
gem "dotenv-rails", "~> 3"
end
group :development do
gem "web-console"
end
group :test do
gem "capybara"
gem "webdrivers"
end