-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (30 loc) 路 854 Bytes
/
Copy pathGemfile
File metadata and controls
35 lines (30 loc) 路 854 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"
gemspec
gem "prism", github: "ruby/prism", tag: "v1.9.0"
gem "actionview", "~> 8.1", require: "action_view"
gem "benchmark"
gem "charm"
gem "cruise"
gem "digest", "~> 3.2"
gem "erubi"
gem "irb", "~> 1.18"
gem "lightningcss", "~> 0.1"
gem "lz_string"
gem "maxitest", "~> 6.0"
gem "minitest-difftastic", "~> 0.2"
gem "nokogiri", "~> 1.19"
gem "rake", "~> 13.4"
gem "rake-compiler", "~> 1.3"
gem "rake-compiler-dock", "~> 1.12"
gem "rbs", "~> 4.1"
gem "rbs-inline", "~> 0.14"
gem "reactionview", "~> 0.4.0"
gem "reline", "~> 0.7"
gem "rubocop", "~> 1.71"
gem "sorbet"
gem "turbo-rails", "~> 2.0", require: false
gem "yerba", "~> 0.9"
# TODO: remove once https://github.com/soutaro/steep/pull/2255 ships
# gem "steep", "~> 2.0"
gem "steep", github: "marcoroth/steep", branch: "enum-self-type"