diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-12-05 14:06:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-12-05 14:06:14 +0000 |
commit | 54971a8800963f61a86686d94e276a3cbcae3065 (patch) | |
tree | 6bee131fe0c197e2697eabf2245b0125c47badf6 | |
parent | 58763243727e1aef9b2a8f0535c6b46792243565 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |