-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (18 loc) · 664 Bytes
/
Copy pathGemfile
File metadata and controls
35 lines (18 loc) · 664 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
# frozen_string_literal: true
source "https://rubygems.org"
gem "sinatra", "~> 4.1"
gem "rackup", "~> 2.2"
gem "puma", "~> 7.1"
gem "slim", "~> 5.2"
gem "bundler", "~> 2.6"
gem "collectd", "~> 0.0.15"
gem "concurrent-ruby", "~> 1.3"
gem "racc", "~> 1.8"
gem "rake", "~> 13.2" , group: :development
gem "rack-mini-profiler", "~> 3.3", group: :development
gem "stackprof", "~> 0.2.27", group: :development
gem "listen", "~> 3.9", :group => :development
gem "standardrb", "~> 1.0", :group => :development
gem "rspec", "~> 3.13", :group => :development
gem "rexical", "~> 1.0", :group => :development
gem "simplecov", "~> 0.22.0", group: :development