forked from phusion/passenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
43 lines (40 loc) · 921 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.0)
json (2.5.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
rack (3.0.10)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rake (12.3.3)
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.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
webrick (1.8.1)
PLATFORMS
ruby
DEPENDENCIES
json
mime-types (~> 3.5.1)
rack
rackup (>= 2.1)
rake
rspec (~> 3.12.0)
rspec-collection_matchers
webrick (~> 1.8.1)