forked from marcoroth/herb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (25 loc) · 932 Bytes
/
Gemfile
File metadata and controls
31 lines (25 loc) · 932 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
# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem "prism", github: "ruby/prism", tag: "v1.9.0"
gem "actionview", "~> 8.0"
gem "digest", "~> 3.2"
gem "erubi"
gem "lz_string"
gem "maxitest", "~> 6.0"
gem "minitest-difftastic", "~> 0.2"
gem "rake", "~> 13.2"
gem "rake-compiler", "~> 1.3"
gem "rake-compiler-dock", "~> 1.11"
gem "rbs-inline", "~> 0.12"
gem "reline", "~> 0.6"
gem "rubocop", "~> 1.71"
gem "sorbet"
gem "steep", "~> 1.10"
# TODO: remove once it's fixed in RBS
# ❯ bundle exec rbs-inline --opt-out --output=sig/ lib/
# /Users/marcoroth/Development/herb/vendor/bundle/ruby/4.0.0/gems/rbs-3.10.0/lib/rbs.rb:11: warning: tsort was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 4.1.0
# You can add tsort to your Gemfile or gemspec to silence this warning.
# 🎉 Generated 0 RBS files under sig/
gem "tsort", "~> 0.2.0"
gem "irb", "~> 1.16"