Skip to content

Commit

Permalink
lock rack version to 2.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tamazon committed Feb 1, 2022
1 parent df65a73 commit c29749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source 'https://rubygems.org' unless ENV['QUICK']
gemspec

gem 'rake'
gem 'rack', git: 'https://github.com/rack/rack.git'
gem 'rack', '~> 2.0'
gem 'rack-test', '>= 0.6.2'
gem "minitest", "~> 5.0"
gem 'yard'
Expand Down

0 comments on commit c29749d

Please sign in to comment.