This repository was archived by the owner on Jun 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ BUNDLE_PATH: vendor/gems
3
+ BUNDLE_DISABLE_SHARED_GEMS: "1"
Original file line number Diff line number Diff line change 1
- source : rubygems
1
+ source 'https:// rubygems.org'
2
2
3
3
puppetversion = ENV['PUPPET_VERSION']
4
+ gem 'rspec', '~> 3.1.0', :platforms => :ruby_18
4
5
gem 'puppet', puppetversion, :require => false
5
6
gem 'puppet-lint'
6
7
gem 'puppetlabs_spec_helper', '>= 0.1.0'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ diff-lcs (1.2.5)
5
+ facter (1.7.6)
6
+ hiera (1.3.4)
7
+ json_pure
8
+ json_pure (1.8.2)
9
+ metaclass (0.0.4)
10
+ mocha (1.1.0)
11
+ metaclass (~> 0.0.1)
12
+ puppet (3.2.4)
13
+ facter (~> 1.6)
14
+ hiera (~> 1.0)
15
+ rgen (~> 0.6.5)
16
+ puppet-lint (1.1.0)
17
+ puppet-syntax (2.0.0)
18
+ rake
19
+ puppetlabs_spec_helper (0.10.3)
20
+ mocha
21
+ puppet-lint
22
+ puppet-syntax
23
+ rake
24
+ rspec-puppet
25
+ rake (10.4.2)
26
+ rgen (0.6.6)
27
+ rspec (3.1.0)
28
+ rspec-core (~> 3.1.0)
29
+ rspec-expectations (~> 3.1.0)
30
+ rspec-mocks (~> 3.1.0)
31
+ rspec-core (3.1.7)
32
+ rspec-support (~> 3.1.0)
33
+ rspec-expectations (3.1.2)
34
+ diff-lcs (>= 1.2.0, < 2.0)
35
+ rspec-support (~> 3.1.0)
36
+ rspec-mocks (3.1.3)
37
+ rspec-support (~> 3.1.0)
38
+ rspec-puppet (2.2.0)
39
+ rspec
40
+ rspec-support (3.1.2)
41
+
42
+ PLATFORMS
43
+ ruby
44
+
45
+ DEPENDENCIES
46
+ puppet (~> 3.2.0)
47
+ puppet-lint
48
+ puppetlabs_spec_helper (>= 0.1.0)
49
+ rspec (~> 3.1.0)
50
+
51
+ BUNDLED WITH
52
+ 1.10.6
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ Session.vim
7
7
spec /fixtures
8
8
. * .sw [a-z ]
9
9
* .un~
10
+ vendor
You can’t perform that action at this time.
0 commit comments