Skip to content

Commit 13bbb05

Browse files
committed
check in Gemfile.lock
1 parent 6fef32b commit 13bbb05

File tree

2 files changed

+191
-1
lines changed

2 files changed

+191
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ spec/fixtures/cassettes
44
spec/fixtures/credentials.yml
55
coverage/**
66
.yardoc/**
7-
Gemfile.lock
87
.ruby-version
98
vendor/bundle/**
109
pkg/**

Gemfile.lock

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
PATH
2+
remote: .
3+
specs:
4+
zendesk_api (3.1.1)
5+
faraday (> 2.0.0)
6+
faraday-multipart
7+
hashie (>= 3.5.2)
8+
inflection
9+
mini_mime
10+
multipart-post (~> 2.0)
11+
12+
GEM
13+
remote: https://rubygems.org/
14+
specs:
15+
actionpack (7.1.5.1)
16+
actionview (= 7.1.5.1)
17+
activesupport (= 7.1.5.1)
18+
nokogiri (>= 1.8.5)
19+
racc
20+
rack (>= 2.2.4)
21+
rack-session (>= 1.0.1)
22+
rack-test (>= 0.6.3)
23+
rails-dom-testing (~> 2.2)
24+
rails-html-sanitizer (~> 1.6)
25+
actionview (7.1.5.1)
26+
activesupport (= 7.1.5.1)
27+
builder (~> 3.1)
28+
erubi (~> 1.11)
29+
rails-dom-testing (~> 2.2)
30+
rails-html-sanitizer (~> 1.6)
31+
activesupport (7.1.5.1)
32+
base64
33+
benchmark (>= 0.3)
34+
bigdecimal
35+
concurrent-ruby (~> 1.0, >= 1.0.2)
36+
connection_pool (>= 2.2.5)
37+
drb
38+
i18n (>= 1.6, < 2)
39+
logger (>= 1.4.2)
40+
minitest (>= 5.1)
41+
mutex_m
42+
securerandom (>= 0.3)
43+
tzinfo (~> 2.0)
44+
addressable (2.8.7)
45+
public_suffix (>= 2.0.2, < 7.0)
46+
ast (2.4.3)
47+
base64 (0.3.0)
48+
benchmark (0.4.1)
49+
bigdecimal (3.2.2)
50+
bigdecimal (3.2.2-java)
51+
builder (3.3.0)
52+
bump (0.10.0)
53+
byebug (12.0.0)
54+
concurrent-ruby (1.3.5)
55+
connection_pool (2.5.3)
56+
crack (1.0.0)
57+
bigdecimal
58+
rexml
59+
crass (1.0.6)
60+
diff-lcs (1.6.2)
61+
drb (2.2.3)
62+
erubi (1.13.1)
63+
faraday (2.13.4)
64+
faraday-net_http (>= 2.0, < 3.5)
65+
json
66+
logger
67+
faraday-multipart (1.1.1)
68+
multipart-post (~> 2.0)
69+
faraday-net_http (3.4.1)
70+
net-http (>= 0.5.0)
71+
hashdiff (1.2.0)
72+
hashie (5.0.0)
73+
i18n (1.14.7)
74+
concurrent-ruby (~> 1.0)
75+
inflection (1.0.0)
76+
jruby-openssl (0.15.5-java)
77+
json (2.13.2)
78+
language_server-protocol (3.17.0.5)
79+
lint_roller (1.1.0)
80+
logger (1.7.0)
81+
loofah (2.24.1)
82+
crass (~> 1.0.2)
83+
nokogiri (>= 1.12.0)
84+
mini_mime (1.1.5)
85+
mini_portile2 (2.8.9)
86+
minitest (5.25.5)
87+
multipart-post (2.4.1)
88+
mutex_m (0.3.0)
89+
net-http (0.6.0)
90+
uri
91+
nokogiri (1.18.9)
92+
mini_portile2 (~> 2.8.2)
93+
racc (~> 1.4)
94+
nokogiri (1.18.9-java)
95+
racc (~> 1.4)
96+
parallel (1.27.0)
97+
parser (3.3.9.0)
98+
ast (~> 2.4.1)
99+
racc
100+
prism (1.4.0)
101+
public_suffix (6.0.2)
102+
racc (1.8.1)
103+
racc (1.8.1-java)
104+
rack (3.2.0)
105+
rack-session (2.1.1)
106+
base64 (>= 0.1.0)
107+
rack (>= 3.0.0)
108+
rack-test (2.2.0)
109+
rack (>= 1.3)
110+
rails-dom-testing (2.3.0)
111+
activesupport (>= 5.0.0)
112+
minitest
113+
nokogiri (>= 1.6)
114+
rails-html-sanitizer (1.6.2)
115+
loofah (~> 2.21)
116+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
117+
rainbow (3.1.1)
118+
rake (13.3.0)
119+
regexp_parser (2.11.1)
120+
rexml (3.4.1)
121+
rspec (3.10.0)
122+
rspec-core (~> 3.10.0)
123+
rspec-expectations (~> 3.10.0)
124+
rspec-mocks (~> 3.10.0)
125+
rspec-core (3.10.1)
126+
rspec-support (~> 3.10.0)
127+
rspec-expectations (3.10.2)
128+
diff-lcs (>= 1.2.0, < 2.0)
129+
rspec-support (~> 3.10.0)
130+
rspec-mocks (3.10.2)
131+
diff-lcs (>= 1.2.0, < 2.0)
132+
rspec-support (~> 3.10.0)
133+
rspec-support (3.10.3)
134+
rubocop (1.79.2)
135+
json (~> 2.3)
136+
language_server-protocol (~> 3.17.0.2)
137+
lint_roller (~> 1.1.0)
138+
parallel (~> 1.10)
139+
parser (>= 3.3.0.2)
140+
rainbow (>= 2.2.2, < 4.0)
141+
regexp_parser (>= 2.9.3, < 3.0)
142+
rubocop-ast (>= 1.46.0, < 2.0)
143+
ruby-progressbar (~> 1.7)
144+
unicode-display_width (>= 2.4.0, < 4.0)
145+
rubocop-ast (1.46.0)
146+
parser (>= 3.3.7.2)
147+
prism (~> 1.4)
148+
ruby-progressbar (1.13.0)
149+
scrub_rb (1.0.1)
150+
securerandom (0.3.2)
151+
tzinfo (2.0.6)
152+
concurrent-ruby (~> 1.0)
153+
unicode-display_width (3.1.4)
154+
unicode-emoji (~> 4.0, >= 4.0.4)
155+
unicode-emoji (4.0.4)
156+
uri (1.0.3)
157+
vcr (6.3.1)
158+
base64
159+
webmock (3.25.1)
160+
addressable (>= 2.8.0)
161+
crack (>= 0.3.2)
162+
hashdiff (>= 0.4.0, < 2.0.0)
163+
yard (0.9.37)
164+
165+
PLATFORMS
166+
java
167+
ruby
168+
169+
DEPENDENCIES
170+
actionpack (>= 5.2.4.6)
171+
addressable (>= 2.8.0)
172+
bump
173+
byebug
174+
jruby-openssl
175+
json (>= 2.3.0)
176+
mini_mime
177+
rake
178+
rspec (= 3.10.0)
179+
rspec-core (= 3.10.1)
180+
rspec-expectations (= 3.10.2)
181+
rspec-mocks (= 3.10.2)
182+
rspec-support (= 3.10.3)
183+
rubocop
184+
scrub_rb
185+
vcr (~> 6.0)
186+
webmock
187+
yard
188+
zendesk_api!
189+
190+
BUNDLED WITH
191+
2.5.23

0 commit comments

Comments
 (0)