From: Toshi MARUYAMA Date: Thu, 5 Dec 2019 14:06:14 +0000 (+0000) Subject: remove puma version from Gemfile (#32555) X-Git-Tag: 4.2.0~1311 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54971a8800963f61a86686d94e276a3cbcae3065;p=redmine.git remove puma version from Gemfile (#32555) git-svn-id: http://svn.redmine.org/redmine/trunk@19338 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index ee37520fa..486f911ae 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :test do gem "simplecov", "~> 0.17.0", :require => false gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests - gem 'puma', '~> 3.7' + gem 'puma' gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0") gem "selenium-webdriver" # RuboCop