(maint) Update rspec to 2.14.1 for Jenkins

Prior to this commit the Gemfile required rspec 2.14.0 which was
not available in the rubbygems mirror for Jenkins. To prevent the
spec tests from failing in Jenkins, use rspec 2.14.1 instead.
This commit is contained in:
Hailee Kenney 2015-02-18 09:53:41 -08:00
parent 6f7a983dc7
commit 93e584524d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
end
group :test do
gem "rspec", "~> 2.14.0", :require => false
gem "rspec", "~> 2.14.1", :require => false
gem 'mocha'
gem 'puppetlabs_spec_helper'
gem 'rspec-html-matchers'