-
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (20 loc) 路 518 Bytes
/
Copy pathGemfile
File metadata and controls
25 lines (20 loc) 路 518 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
# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem "prism", github: "ruby/prism", tag: "v1.7.0"
gem "actionview", "~> 8.0"
gem "difftastic", "~> 0.7"
gem "erubi"
gem "lz_string"
gem "maxitest"
gem "minitest-difftastic", "~> 0.2"
gem "rake", "~> 13.2"
gem "rake-compiler", "~> 1.3"
gem "rake-cross-compiler", github: "marcoroth/rake-cross-compiler"
gem "reline", "~> 0.6"
gem "rubocop", "~> 1.71"
group :development do
gem "rbs-inline", "~> 0.12"
gem "sorbet"
gem "steep", "~> 1.10"
end