Skip to content

Commit

Permalink
Let gemfile be autogenerated by new Appraisal file entry for rack 3
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 16, 2022
1 parent a229f7f commit 5d3da49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

appraise "rack_3" do
gem "rack", "~> 3.0"
end

appraise "rack_2" do
gem "rack", "~> 2.0"
end
Expand Down
3 changes: 1 addition & 2 deletions gemfiles/rack_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "rack", "~> 3.0", git: "https://github.com/rack/rack.git"
gem "rack-test", git: "https://github.com/rack/rack-test.git"
gem "rack", "~> 3.0"

gemspec path: "../"

0 comments on commit 5d3da49

Please sign in to comment.