Skip to content

Commit 9936773

Browse files
author
dcs3spp
committed
chore(gemfile.lock): add gemofile.lock
1 parent e0ee7d0 commit 9936773

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

Gemfile.lock

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
PATH
2+
remote: .
3+
specs:
4+
gitlab-lint-client (0.0.1)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
addressable (2.7.0)
10+
public_suffix (>= 2.0.2, < 5.0)
11+
coderay (1.1.3)
12+
crack (0.4.3)
13+
safe_yaml (~> 1.0.0)
14+
diff-lcs (1.4.4)
15+
hashdiff (1.0.1)
16+
method_source (1.0.0)
17+
pry (0.13.1)
18+
coderay (~> 1.1)
19+
method_source (~> 1.0)
20+
public_suffix (4.0.5)
21+
rake (12.3.3)
22+
rspec (3.9.0)
23+
rspec-core (~> 3.9.0)
24+
rspec-expectations (~> 3.9.0)
25+
rspec-mocks (~> 3.9.0)
26+
rspec-core (3.9.2)
27+
rspec-support (~> 3.9.3)
28+
rspec-expectations (3.9.2)
29+
diff-lcs (>= 1.2.0, < 2.0)
30+
rspec-support (~> 3.9.0)
31+
rspec-mocks (3.9.1)
32+
diff-lcs (>= 1.2.0, < 2.0)
33+
rspec-support (~> 3.9.0)
34+
rspec-support (3.9.3)
35+
safe_yaml (1.0.5)
36+
webmock (3.8.3)
37+
addressable (>= 2.3.6)
38+
crack (>= 0.3.2)
39+
hashdiff (>= 0.4.0, < 2.0.0)
40+
41+
PLATFORMS
42+
ruby
43+
44+
DEPENDENCIES
45+
bundler (~> 2.1.4)
46+
gitlab-lint-client!
47+
pry (~> 0.13.1)
48+
rake (~> 12.0)
49+
rspec (~> 3.9)
50+
webmock (~> 3.8.3)
51+
52+
BUNDLED WITH
53+
2.1.4

0 commit comments

Comments
 (0)