Skip to content

Commit

Permalink
Update rake in other Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed May 17, 2021
1 parent 9779822 commit 4070922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gems/rack-head.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
gemspec path: "../"

gem 'rack', github: 'rack/rack'
gem "rake", ">= 12.3.3"
1 change: 1 addition & 0 deletions gems/rack-v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
gemspec path: "../"

gem 'rack', '~> 1.0'
gem "rake", ">= 12.3.3"

0 comments on commit 4070922

Please sign in to comment.