Skip to content

Commit

Permalink
Pin rspec-puppet to < 1.0.0 temporarily, refs issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Dec 29, 2013
1 parent 3c4cdcc commit 1a1fd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'puppetlabs_spec_helper'
gem 'rspec-puppet'
gem 'rspec-puppet', '< 1.0.0'
gem 'ruby-augeas'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion rspec-puppet-augeas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
'spec/spec_helper.rb'
]

s.add_dependency 'rspec-puppet'
s.add_dependency 'rspec-puppet', '< 1.0.0'
s.add_dependency 'puppetlabs_spec_helper'

s.authors = ['Dominic Cleal']
Expand Down

0 comments on commit 1a1fd0f

Please sign in to comment.