mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 07:51:12 +00:00
remove puma version from Gemfile (#32555)
git-svn-id: http://svn.redmine.org/redmine/trunk@19338 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5876324372
commit
54971a8800
2
Gemfile
2
Gemfile
@ -80,7 +80,7 @@ group :test do
|
|||||||
gem "simplecov", "~> 0.17.0", :require => false
|
gem "simplecov", "~> 0.17.0", :require => false
|
||||||
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
||||||
# For running system tests
|
# For running system tests
|
||||||
gem 'puma', '~> 3.7'
|
gem 'puma'
|
||||||
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
|
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
|
||||||
gem "selenium-webdriver"
|
gem "selenium-webdriver"
|
||||||
# RuboCop
|
# RuboCop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user