Skip to content

Commit 978b361

Browse files
committed
fix rake
avoid failure with rake aborted! NoMethodError: undefined method `last_comment' for #<Rake::Application:0x00560bba531620>
1 parent 0aa5ada commit 978b361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22

3-
gem 'rspec', '~> 3.1.0'
3+
gem 'rspec'
4+
gem 'rake'
45
gem 'puppetlabs_spec_helper'
56
if puppetversion = ENV['PUPPET_GEM_VERSION']
67
gem 'puppet', puppetversion, :require => false

0 commit comments

Comments
 (0)