Skip to content

Commit

Permalink
Locking rake dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jul 21, 2017
1 parent 764af1e commit f03bb3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vagrant-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Gem::Specification.new do |s|

s.add_development_dependency "pry"
s.add_development_dependency "pry-byebug"
s.add_development_dependency "rake"

# This is a restriction to avoid an error "undefined method 'last_comment'"
# which is deprecated (see https://github.com/ruby/rake/issues/116)
# Remove it after update rspec-core to version greater than or equal to 3.4.4
s.add_development_dependency "rake", "< 11.0"
s.add_development_dependency "rspec", "~> 2.14"
s.add_development_dependency "rubocop", "~> 0.35"
s.add_development_dependency "highline"
Expand Down

0 comments on commit f03bb3e

Please sign in to comment.