Skip to content

Commit

Permalink
Fix rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-mueller committed Jul 30, 2017
1 parent c2051fd commit 0dbbc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem "rspec", "< 3.2.0", { "platforms" => ["ruby_18"] }
gem 'rake', '< 11.0'
gem 'metadata-json-lint'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
gem 'json', '<= 1.8.3', :require => false if RUBY_VERSION < '2.0.0'
Expand Down

0 comments on commit 0dbbc04

Please sign in to comment.