Skip to content

Commit

Permalink
Try to pin some gems for 1.8.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Jun 9, 2015
1 parent d487b16 commit ad6beef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 299 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ group :test do
gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0'
gem "puppet-lint"
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'

# Pin for 1.8.7 compatibility for now
gem "rspec", '< 3.2.0'
gem "rspec-core", "3.1.7"
gem "rspec-puppet", "~> 2.1"

gem "puppet-syntax"
gem "puppetlabs_spec_helper"
gem 'rspec'
end
297 changes: 0 additions & 297 deletions Gemfile.lock

This file was deleted.

0 comments on commit ad6beef

Please sign in to comment.