Skip to content

Commit

Permalink
Remove rack dependency line from Gemfile (primer#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Feb 14, 2024
1 parent a470943 commit 117efae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ source "https://rubygems.org"
gemspec
rails_version = (ENV["RAILS_VERSION"] || "7.1.1").to_s

# remove when https://github.com/rails/rails/pull/47142 is merged
gem "rack", "~> 2.2"

gem "rack-cors"
gem "rake", "~> 13.1"

Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ DEPENDENCIES
primer_view_components!
pry
puma (~> 6.4.2)
rack (~> 2.2)
rack-cors
railties (= 7.1.1)
rake (~> 13.1)
Expand Down

0 comments on commit 117efae

Please sign in to comment.