Skip to content

Commit

Permalink
Update Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed May 17, 2021
1 parent 02f0a3a commit 9779822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ ext/thin_parser/*.so
*.so
*.gem
log
spec/tmp
spec/rails_app/log
/vendor
doc/rdoc/*
tmp/*
pkg/*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ group :development do
end

group :test do
gem "rake", '< 11.0'
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.5"
end

0 comments on commit 9779822

Please sign in to comment.