Skip to content

Commit

Permalink
Require rspec-puppet 2 or higher, which reintroduces 'catalogue'
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
Dominic Cleal committed Dec 4, 2014
1 parent 2d8c874 commit 0a75d3c
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', '< 1.0.0'
gem 'rspec-puppet', '>= 2.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', '< 1.0.0'
s.add_dependency 'rspec-puppet', '>= 2.0.0'
s.add_dependency 'puppetlabs_spec_helper'

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

0 comments on commit 0a75d3c

Please sign in to comment.