]> source.dussan.org Git - redmine.git/commitdiff
remove puma version from Gemfile (#32555)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Dec 2019 14:06:14 +0000 (14:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Dec 2019 14:06:14 +0000 (14:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19338 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index ee37520fa7bfac920356d58cb8eeb49c6be5c9fc..486f911aeb5e51bfbc234ef05f5b6236ef66fec7 100644 (file)
--- 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