Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 78de137

Browse files
author
Martin Alfke
committed
pin rspec to 3.1.x on ruby18 platforms
1 parent 92ae180 commit 78de137

File tree

4 files changed

+58
-1
lines changed

4 files changed

+58
-1
lines changed

.bundle/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
BUNDLE_PATH: vendor/gems
3+
BUNDLE_DISABLE_SHARED_GEMS: "1"

.gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
puppetversion = ENV['PUPPET_VERSION']
4+
gem 'rspec', '~> 3.1.0', :platforms => :ruby_18
45
gem 'puppet', puppetversion, :require => false
56
gem 'puppet-lint'
67
gem 'puppetlabs_spec_helper', '>= 0.1.0'

.gemfile.lock

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Session.vim
77
spec/fixtures
88
.*.sw[a-z]
99
*.un~
10+
vendor

0 commit comments

Comments
 (0)