-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
70 lines (66 loc) · 1.39 KB
/
Gemfile.lock
File metadata and controls
70 lines (66 loc) · 1.39 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
GEM
remote: https://rubygems.org/
specs:
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
bigdecimal (3.1.8)
crack (1.0.0)
bigdecimal
rexml
daemons (1.4.1)
diff-lcs (1.5.1)
eventmachine (1.2.7)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
hashdiff (1.1.0)
json (2.19.2)
logger (1.7.0)
net-http (0.9.1)
uri (>= 0.11.1)
oj (3.16.4)
bigdecimal (>= 3.0)
public_suffix (7.0.5)
rack (2.2.23)
rack-test (2.1.0)
rack (>= 1.3)
rexml (3.4.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
uri (1.1.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
ruby
DEPENDENCIES
faraday (~> 2.14)
oj
rack (~> 2.2)
rack-test
rspec
thin (~> 1.8)
webmock
RUBY VERSION
ruby 3.3.4p94
BUNDLED WITH
2.5.16