Skip to content

Commit

Permalink
Merge pull request #379 from macournoyer/update-rake
Browse files Browse the repository at this point in the history
Update Rake
  • Loading branch information
macournoyer authored May 17, 2021
2 parents 02f0a3a + f7afba0 commit 026285b
Show file tree
Hide file tree
Showing 4 changed files with 22 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
9 changes: 9 additions & 0 deletions gems/rack-head.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
gemspec path: "../"

gem 'rack', github: 'rack/rack'

group :development do
gem "rake-compiler"
end

group :test do
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.5"
end
10 changes: 10 additions & 0 deletions gems/rack-v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
gemspec path: "../"

gem 'rack', '~> 1.0'

group :development do
gem "rake-compiler"
end

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

0 comments on commit 026285b

Please sign in to comment.