diff options
Diffstat (limited to 'tool/bundler/test_gems.rb')
-rw-r--r-- | tool/bundler/test_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb index 80e4049ad6..7cbea1c83c 100644 --- a/tool/bundler/test_gems.rb +++ b/tool/bundler/test_gems.rb @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rack", "~> 3.0" -gem "cgi", "~> 0.5.0.beta1" +gem "cgi", "~> 0.5.0.beta2" gem "rackup", "~> 2.1" gem "webrick", "~> 1.9" gem "rack-test", "~> 2.1" |