-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (31 loc) · 836 Bytes
/
Gemfile
File metadata and controls
35 lines (31 loc) · 836 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 'extralite', '~> 2.14'
gem 'fiddle', '~> 1.1'
gem 'logger', '~> 1.7'
gem 'minitar-cli', '~> 1.0'
gem 'ostruct', '~> 0.6.3'
gem 'puma', '~> 7.2'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.3.1'
gem 'rake', '~> 13.3'
gem 'redcarpet', '~> 3.6'
gem 'reline', '~> 0.6.3'
gem 'rexml', '~> 3.4'
gem 'roda', '~> 3.102'
gem 'sequel', '~> 5.102'
gem 'tilt', '~> 2.7'
group :development do
gem 'htmlbeautifier', require: false
gem 'irb'
gem 'rubocop', '~> 1.85', require: false
gem 'rubocop-minitest', '~> 0.39.1', require: false
gem 'rubocop-performance', '~> 1.26', require: false
gem 'rubocop-rake', '~> 0.7.1', require: false
gem 'rubocop-sequel', '~> 0.4.1'
gem 'yard', '~> 0.9.38'
end
group :test do
gem 'minitest', '~> 6.0'
gem 'rack-test'
end