-
Notifications
You must be signed in to change notification settings - Fork 547
/
Gemfile.lock
55 lines (51 loc) · 1.08 KB
/
Gemfile.lock
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
GEM
remote: https://rubygems.org/
specs:
comp_tree (1.1.3)
diff-lcs (1.5.1)
drake (0.9.2.0.3.1)
comp_tree (>= 1.1.3)
json (2.7.2)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
rack (3.1.8)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-collection_matchers (1.2.1)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.2)
webrick (1.8.2)
PLATFORMS
arm64-darwin-22
arm64-darwin-23
ruby
x86_64-linux
DEPENDENCIES
drake
json
mime-types (~> 3.5.1)
rack
rackup (>= 2.1)
rake
rspec (~> 3.12.0)
rspec-collection_matchers
webrick (~> 1.8.1)
RUBY VERSION
ruby 3.3.0p0
BUNDLED WITH
2.5.10