Skip to content

Commit

Permalink
chore: remove rack from Gemfile as it is brought in by activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent a814838 commit 1f28fe4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@ end
group :test do
gem 'faraday', '~>2.0'
gem 'faraday-retry', '~>2.0'
if ENV['RACK_VERSION'] == '2'
gem 'rack', '>= 2.0', '< 3.0'
else
gem 'rack', '>= 3.0', '< 4.0'
gem 'rackup', '~> 2.0'
end
gem 'rackup', '~> 2.1'
end

0 comments on commit 1f28fe4

Please sign in to comment.