-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (26 loc) · 814 Bytes
/
Gemfile
File metadata and controls
33 lines (26 loc) · 814 Bytes
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
source "https://rubygems.org"
gem "bootsnap", "~> 1.24", require: false
gem "rails", "~> 8.1"
gem "sqlite3", "~> 2.9"
gem "puma", "~> 8.0"
gem "importmap-rails", "~> 2.2"
gem "invisible_captcha", "~> 2.3"
gem "kramdown", "~> 2.5"
gem "propshaft", "~> 1.3"
gem "rails_icons", "~> 1.8"
gem "stimulus-rails", "~> 1.3", ">= 1.3.4"
gem "turbo-rails", "~> 2.0"
gem "solid_queue", "~> 1.4"
gem "solid_cable", "~> 3.0"
gem "kamal", "~> 2.11", require: false
gem "thruster", "~> 0.1.20", require: false
gem "tzinfo-data", platforms: %i[ windows jruby ]
group :development, :test do
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
end
group :development do
gem "hotwire-spark", "~> 0.1.13"
gem "web-console"
end