Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 02d6b3f

Browse files
authored
Merge pull request #109 from n0ts/update-gemfile
Update Gemfile
2 parents 10d13f4 + 28da739 commit 02d6b3f

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

Gemfile.lock

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.2.8)
5-
addressable (2.3.6)
6-
ansi (1.4.3)
7-
boxen (2.7.0)
4+
addressable (2.3.8)
5+
ansi (1.5.0)
6+
boxen (2.9.0)
87
ansi (~> 1.4)
98
hiera (~> 1.0)
10-
highline (~> 1.6)
9+
highline (~> 1.6.0)
1110
json_pure (>= 1.7.7, < 2.0)
1211
librarian-puppet (~> 1.0.0)
1312
octokit (~> 2.7, >= 2.7.1)
@@ -17,64 +16,66 @@ GEM
1716
puppet-lint (~> 0.3)
1817
puppetlabs_spec_helper (~> 0.4)
1918
rspec-puppet (~> 1.0)
20-
diff-lcs (1.2.5)
21-
facter (2.3.0)
22-
CFPropertyList (~> 2.2.6)
23-
faraday (0.9.0)
19+
diff-lcs (1.3)
20+
facter (2.5.1)
21+
faraday (0.9.2)
2422
multipart-post (>= 1.2, < 3)
2523
hiera (1.3.4)
2624
json_pure
2725
highline (1.6.21)
28-
json (1.8.1)
29-
json_pure (1.8.1)
26+
json (2.1.0)
27+
json_pure (1.8.6)
3028
librarian (0.1.2)
3129
highline
3230
thor (~> 0.15)
3331
librarian-puppet (1.0.9)
3432
json
3533
librarian (>= 0.1.2)
3634
metaclass (0.0.4)
37-
mocha (1.1.0)
35+
mocha (1.3.0)
3836
metaclass (~> 0.0.1)
3937
multipart-post (2.0.0)
4038
octokit (2.7.2)
4139
sawyer (~> 0.5.2)
42-
puppet (3.7.3)
40+
puppet (3.8.7)
4341
facter (> 1.6, < 3)
4442
hiera (~> 1.0)
4543
json_pure
4644
puppet-lint (0.3.2)
47-
puppet-syntax (1.3.0)
45+
puppet-syntax (2.4.1)
4846
rake
49-
puppetlabs_spec_helper (0.8.2)
47+
puppetlabs_spec_helper (0.10.3)
5048
mocha
5149
puppet-lint
5250
puppet-syntax
5351
rake
54-
rspec
5552
rspec-puppet
56-
rake (10.4.2)
57-
rspec (3.1.0)
58-
rspec-core (~> 3.1.0)
59-
rspec-expectations (~> 3.1.0)
60-
rspec-mocks (~> 3.1.0)
61-
rspec-core (3.1.7)
62-
rspec-support (~> 3.1.0)
63-
rspec-expectations (3.1.2)
53+
rake (12.2.1)
54+
rspec (3.7.0)
55+
rspec-core (~> 3.7.0)
56+
rspec-expectations (~> 3.7.0)
57+
rspec-mocks (~> 3.7.0)
58+
rspec-core (3.7.0)
59+
rspec-support (~> 3.7.0)
60+
rspec-expectations (3.7.0)
61+
diff-lcs (>= 1.2.0, < 2.0)
62+
rspec-support (~> 3.7.0)
63+
rspec-mocks (3.7.0)
6464
diff-lcs (>= 1.2.0, < 2.0)
65-
rspec-support (~> 3.1.0)
66-
rspec-mocks (3.1.3)
67-
rspec-support (~> 3.1.0)
65+
rspec-support (~> 3.7.0)
6866
rspec-puppet (1.0.1)
6967
rspec
70-
rspec-support (3.1.2)
68+
rspec-support (3.7.0)
7169
sawyer (0.5.5)
7270
addressable (~> 2.3.5)
7371
faraday (~> 0.8, < 0.10)
74-
thor (0.19.1)
72+
thor (0.20.0)
7573

7674
PLATFORMS
7775
ruby
7876

7977
DEPENDENCIES
8078
cardboard (~> 2.1)
79+
80+
BUNDLED WITH
81+
1.16.0

0 commit comments

Comments
 (0)