-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
93 lines (83 loc) · 2.18 KB
/
Gemfile
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.2"
gem "administrate", "~> 0.18.0"
gem "ahoy_matey", "~> 4.1"
gem "bcrypt", "~> 3.1"
gem "blazer", "~> 2.6"
gem "blind_index", "~> 2.3"
gem "bootsnap", require: false
gem "breadcrumbs_on_rails", "~> 4.1"
gem "browser"
gem "cancancan"
gem "chartkick", "~> 4.2"
gem "csv", "~> 3.2"
gem "data_migrate", "~> 8.1"
gem "delayed_job_active_record", "~> 4.1"
gem "devise", "~> 4.8"
gem "devise_invitable", "~> 2.0"
gem "devise_masquerade", "~> 2.0"
gem "dotenv-rails"
gem "email_validator", "~> 2.2"
gem "flipper", "~> 0.25.0"
gem "flipper-active_record", "~> 0.25.0"
gem "geocoder"
gem "graphql-client", "~> 0.18.0"
gem "groupdate", "~> 6.1"
gem "hashid-rails", "~> 1.4"
gem "hashids"
gem "httparty", "~> 0.20.0"
gem "importmap-rails"
gem "jbuilder"
gem "kaminari", "~> 1.2"
gem "local_time", "~> 2.1"
gem "lockbox", "~> 1.0"
gem "noticed", "~> 1.5"
gem "omniauth"
gem "omniauth-github", github: "omniauth/omniauth-github", branch: "master"
gem "omniauth-google-oauth2"
gem "omniauth-rails_csrf_protection"
gem "paddle_pay", "~> 0.2.0"
gem "pg", "~> 1.1"
gem "php-serialize", "~> 1.3"
gem "public_suffix", "~> 5.0"
gem "puma", "~> 5.0"
gem "rack-attack", "~> 6.6"
gem "rails", "~> 7.0.3"
gem "rails_heroicon", "~> 2.0"
gem "redcarpet", "~> 3.5"
gem "redis", "~> 4.0"
gem "sass-rails"
gem "sentry-rails"
gem "sentry-ruby", "~> 5.6"
gem "sprockets-rails"
gem "stimulus-rails"
gem "tailwindcss-rails", "~> 2.0"
gem "turbo-rails"
gem "turnout", "~> 2.5"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "vcardigan", "~> 0.0.9"
gem "view_component"
gem "wicked", "~> 2.0"
group :development, :test do
gem "bullet", "~> 7.0"
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails", "~> 6.2"
gem "rails_real_favicon"
end
group :development do
gem "lookbook"
gem "web-console"
end
group :test do
gem "capybara"
gem "selenium-webdriver"
gem "simplecov"
gem "webdrivers", "~> 5.2"
gem "webmock"
end
gem "high_voltage", "~> 3.1"
gem "recaptcha", "~> 5.12", require: "recaptcha/rails"
gem "simple_form", "~> 5.2"
gem "simple_form_tailwind_css", "~> 1.0"