Skip to content

Commit

Permalink
Revert "Pin rspec-puppet to < 1.0.0 temporarily, refs issue domcleal#9"
Browse files Browse the repository at this point in the history
This reverts commit 1a1fd0f.
  • Loading branch information
Joshua Hoblitt committed May 17, 2014
1 parent 2d8c874 commit 6152e28
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'
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'
s.add_dependency 'puppetlabs_spec_helper'

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

0 comments on commit 6152e28

Please sign in to comment.