Skip to content

Commit

Permalink
Merge pull request #260 from DataDog/remeh/rack
Browse files Browse the repository at this point in the history
Gemfile: remove `rack` dependency.
  • Loading branch information
remeh committed May 31, 2022
2 parents 14cf326 + 64f55c5 commit 3eb69b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ gem 'minitest-matchers'
gem 'yard', '~> 0.9.20'
gem 'climate_control', '~> 0.2.0'

if RUBY_VERSION < '2.2.2'
gem 'rack', '~> 1.6' # required on older ruby versions
end

if RUBY_VERSION >= '2.3.0'
gem 'allocation_stats'
end
Expand Down

0 comments on commit 3eb69b5

Please sign in to comment.