There was an error while loading. Please reload this page.
1 parent a67342c commit ee5ccb0Copy full SHA for ee5ccb0
2 files changed
Gemfile-39
@@ -0,0 +1,4 @@
1
+source 'https://rubygems.org'
2
+gem 'rbs', "~> 3.9"
3
+gem "benchmark-ips"
4
+gem "csv"
Gemfile-39.lock
@@ -0,0 +1,20 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ benchmark-ips (2.14.0)
5
+ csv (3.3.5)
6
+ logger (1.7.0)
7
+ rbs (3.9.4)
8
+ logger
9
+
10
+PLATFORMS
11
+ arm64-darwin-23
12
+ ruby
13
14
+DEPENDENCIES
15
+ benchmark-ips
16
+ csv
17
+ rbs (~> 3.9)
18
19
+BUNDLED WITH
20
+ 2.6.3
0 commit comments