Explorar el Código

Merged r21256 from trunk to 4.2-stable (#37884).


git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21951 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.9
Go MAEDA hace 1 año
padre
commit
6062915eb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile Ver fichero

# TODO: Remove version specification once Capybara supports Puma 6 # TODO: Remove version specification once Capybara supports Puma 6
gem 'puma', '< 6.0.0' gem 'puma', '< 6.0.0'
gem 'capybara', '~> 3.31.0' gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '~> 4.4', require: false gem 'webdrivers', '~> 4.4', require: false
# RuboCop # RuboCop
gem 'rubocop', '~> 1.12.0' gem 'rubocop', '~> 1.12.0'

Cargando…
Cancelar
Guardar