-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
61 lines (57 loc) · 1.28 KB
/
Gemfile
File metadata and controls
61 lines (57 loc) · 1.28 KB
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
# frozen_string_literal: true
source "https://rubygems.org"
gemspec
group :development, :test do
gem "rdoc"
gem "rspec", "~> 3.10"
gem "rubocop", require: false
gem "rubocop-factory_bot"
gem "rubocop-minitest"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "rubocop-sequel"
gem "rubocop-shopify"
gem "rubocop-thread_safety"
gem "ruby-lsp"
gem "solargraph"
gem "yard"
end
gem "clipboard"
gem "colorize"
gem "dotenv"
gem "dry-configurable"
gem "dry-container"
gem "dry-monads", "~> 1.9"
gem "factory_bot"
gem "front_matter_parser"
gem "git"
gem "pg"
gem "pry"
gem "pry-doc", "~> 1.6"
gem "rack", "~> 3.1"
gem "rack-test", "~> 2.2"
gem "rbs", "~> 3.9"
gem "ruby_llm"
gem "ruby_llm-schema"
gem "sequel"
gem "terrapin"
gem "tty-box", "~> 0.7"
gem "tty-command", "~> 0.10.1"
gem "tty-config", "~> 0.5"
gem "tty-cursor", "~> 0.7.1"
gem "tty-editor", "~> 0.7"
gem "tty-file", "~> 0.10.0"
gem "tty-link", "~> 0.2.0"
gem "tty-logger", "~> 0.6.0"
gem "tty-markdown", "~> 0.7"
gem "tty-pager", "~> 0.14.0"
gem "tty-progressbar", "~> 0.18.3"
gem "tty-prompt", "~> 0.23"
gem "tty-reader", "~> 0.9.0"
gem "tty-screen", "~> 0.8.2"
gem "tty-spinner", "~> 0.9.3"
gem "tty-table", "~> 0.12"
gem "tty-tree", "~> 0.4.0"
gem "tty-which", "~> 0.5.0"