summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-12-05 14:06:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-12-05 14:06:14 +0000
commit54971a8800963f61a86686d94e276a3cbcae3065 (patch)
tree6bee131fe0c197e2697eabf2245b0125c47badf6
parent58763243727e1aef9b2a8f0535c6b46792243565 (diff)
downloadredmine-54971a8800963f61a86686d94e276a3cbcae3065.tar.gz
redmine-54971a8800963f61a86686d94e276a3cbcae3065.zip
remove puma version from Gemfile (#32555)
git-svn-id: http://svn.redmine.org/redmine/trunk@19338 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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