⬆️ Acepta Ruby < 2.8.0
This commit is contained in:
parent
486b570c56
commit
308d167f96
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
|
||||
ruby '>= 2.3.0', '< 2.8.0' if Bundler::VERSION >= '1.12.0'
|
||||
gem "bundler", ">= 1.5.0"
|
||||
|
||||
gem 'rails', '5.2.6.3'
|
||||
|
@ -86,7 +86,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', '~> 5.6.8'
|
||||
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0")
|
||||
gem "selenium-webdriver"
|
||||
# RuboCop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue