Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from nedap/update-rake
Browse files Browse the repository at this point in the history
Update Rake version
  • Loading branch information
jwkoelewijn authored Mar 3, 2020
2 parents 0efc7f7 + 61a1bd6 commit 4fa9b10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ require "bundler"

Bundler.setup

module TempFixForRakeLastComment
def last_comment
last_description
end
end
Rake::Application.send :include, TempFixForRakeLastComment

load('./tasks/github-gem.rake')

task :default => :spec
Expand Down
2 changes: 1 addition & 1 deletion mordor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rack-test'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rake', '< 11.0'
s.add_development_dependency 'rake', '~> 12.3.3'
s.add_development_dependency 'rspec', '~> 2.0', '< 2.99'
s.add_development_dependency 'rspec_junit_formatter'

Expand Down

0 comments on commit 4fa9b10

Please sign in to comment.