-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
42 lines (38 loc) · 924 Bytes
/
Gemfile
File metadata and controls
42 lines (38 loc) · 924 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
34
35
36
37
38
39
40
41
42
source "https://rubygems.org"
gem "administrate", ">= 1.0.0.beta3"
gem "cssbundling-rails", "~> 1.4"
gem "draper"
gem "faker"
gem "hash_dot"
gem "httparty"
gem "jsbundling-rails", "~> 1.3"
gem "litestack", github: "oldmoe/litestack", branch: "master"
gem "minitest-reporters"
gem "mission_control-jobs"
gem "mailgunner"
gem "nokogiri"
gem "oaken"
gem "premailer-rails"
gem "propshaft"
gem "puma", ">= 5.0"
gem "rails", "~> 8.0.1"
gem "redis", "~> 4.0"
gem "slotify", ">= 0.1.1"
# gem "slotify", path: "../slotify"
gem "solid_cache"
gem "solid_queue"
gem "sqlite3", ">= 2.1"
gem "tzinfo-data", platforms: %i[windows jruby]
group :development do
gem "dockerfile-rails", ">= 1.7"
end
group :development, :test do
gem "brakeman", require: false
gem "debug", platforms: %i[mri windows], require: "debug/prelude"
gem "standard"
gem "standard-rails"
end
group :test do
gem "capybara"
gem "selenium-webdriver"
end