Skip to content

Commit e05fe56

Browse files
committed
Manually relock Gemfile.lock
1 parent 0bfa146 commit e05fe56

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,84 @@ PATH
22
remote: .
33
specs:
44
square.rb (45.1.0.20260520)
5+
apimatic_core (~> 0.3.11)
6+
apimatic_core_interfaces (~> 0.2.1)
7+
apimatic_faraday_client_adapter (~> 0.1.4)
58

69
GEM
710
remote: https://rubygems.org/
811
specs:
912
addressable (2.9.0)
1013
public_suffix (>= 2.0.2, < 8.0)
14+
apimatic_core (0.3.21)
15+
apimatic_core_interfaces (~> 0.2.0)
16+
certifi (~> 2018.1, >= 2018.01.18)
17+
faraday-multipart (~> 1.0)
18+
nokogiri (~> 1.13, >= 1.13.10)
19+
apimatic_core_interfaces (0.2.3)
20+
apimatic_faraday_client_adapter (0.1.6)
21+
apimatic_core_interfaces (~> 0.2.0)
22+
certifi (~> 2018.1, >= 2018.01.18)
23+
faraday (~> 2.0, >= 2.0.1)
24+
faraday-follow_redirects (~> 0.2)
25+
faraday-gzip (>= 1, < 4)
26+
faraday-http-cache (~> 2.2)
27+
faraday-multipart (~> 1.0)
28+
faraday-net_http_persistent (~> 2.0)
29+
faraday-retry (~> 2.0)
1130
ast (2.4.3)
31+
base64 (0.3.0)
1232
bigdecimal (4.1.2)
33+
certifi (2018.01.18)
1334
coderay (1.1.3)
35+
connection_pool (3.0.2)
1436
crack (1.0.1)
1537
bigdecimal
1638
rexml
39+
faraday (2.14.2)
40+
faraday-net_http (>= 2.0, < 3.5)
41+
json
42+
logger
43+
faraday-follow_redirects (0.5.0)
44+
faraday (>= 1, < 3)
45+
faraday-gzip (3.1.0)
46+
faraday (>= 2.0, < 3)
47+
zlib (~> 3.0)
48+
faraday-http-cache (2.7.0)
49+
faraday (>= 0.8)
50+
faraday-multipart (1.2.0)
51+
multipart-post (~> 2.0)
52+
faraday-net_http (3.4.3)
53+
net-http (~> 0.5)
54+
faraday-net_http_persistent (2.3.1)
55+
faraday (~> 2.5)
56+
net-http-persistent (>= 4.0.4, < 5)
57+
faraday-retry (2.4.0)
58+
faraday (~> 2.0)
1759
hashdiff (1.2.1)
1860
io-console (0.8.2)
1961
json (2.19.5)
2062
language_server-protocol (3.17.0.5)
2163
lint_roller (1.1.0)
64+
logger (1.7.0)
2265
method_source (1.1.0)
66+
mini_portile2 (2.8.9)
2367
minitest (5.27.0)
68+
minitest-proveit (1.0.1)
69+
minitest (> 5, < 7)
2470
minitest-rg (5.4.0)
2571
minitest (>= 5.0, < 7)
72+
multipart-post (2.4.1)
73+
mutex_m (0.3.0)
74+
net-http (0.9.1)
75+
uri (>= 0.11.1)
76+
net-http-persistent (4.0.8)
77+
connection_pool (>= 2.2.4, < 4)
78+
nokogiri (1.19.3)
79+
mini_portile2 (~> 2.8.2)
80+
racc (~> 1.4)
81+
nokogiri (1.19.3-x86_64-linux-musl)
82+
racc (~> 1.4)
2683
parallel (2.1.0)
2784
parser (3.3.11.1)
2885
ast (~> 2.4.1)
@@ -62,18 +119,23 @@ GEM
62119
unicode-display_width (3.2.0)
63120
unicode-emoji (~> 4.1)
64121
unicode-emoji (4.2.0)
122+
uri (1.1.1)
65123
webmock (3.26.2)
66124
addressable (>= 2.8.0)
67125
crack (>= 0.3.2)
68126
hashdiff (>= 0.4.0, < 2.0.0)
127+
zlib (3.2.3)
69128

70129
PLATFORMS
71130
ruby
72131
x86_64-linux-musl
73132

74133
DEPENDENCIES
134+
base64
75135
minitest (~> 5.16)
136+
minitest-proveit (~> 1.0)
76137
minitest-rg
138+
mutex_m
77139
pry
78140
rake (~> 13.0)
79141
rubocop (~> 1.21)

0 commit comments

Comments
 (0)