Skip to content

Commit

Permalink
FIX gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed May 17, 2021
1 parent 4070922 commit f7afba0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 9 additions & 1 deletion gems/rack-head.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@
gemspec path: "../"

gem 'rack', github: 'rack/rack'
gem "rake", ">= 12.3.3"

group :development do
gem "rake-compiler"
end

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

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

group :development do
gem "rake-compiler"
end

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

0 comments on commit f7afba0

Please sign in to comment.