Drop support for Ruby 2.2 (#1455)

Drop support for Ruby 2.2
This commit is contained in:
Eloy Pérez 2020-03-13 21:28:27 +01:00 committed by GitHub
parent fade5feed3
commit 63c0cbf5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View File

@ -3120,9 +3120,9 @@ thin --threaded start
Die folgenden Versionen werden offiziell unterstützt:
<dl>
<dt>Ruby 2.2</dt>
<dt>Ruby 2.3</dt>
<dd>
2.2 wird vollständig unterstützt. Es gibt derzeit keine Pläne die
2.3 wird vollständig unterstützt. Es gibt derzeit keine Pläne die
offizielle Unterstützung zu beenden
</dd>

View File

@ -3083,9 +3083,9 @@ thin --threaded start
Las siguientes versiones de Ruby son soportadas oficialmente:
<dl>
<dt>Ruby 2.2</dt>
<dt>Ruby 2.3</dt>
<dd>
2.2 Es totalmente compatible y recomendado. Actualmente no hay planes
2.3 Es totalmente compatible y recomendado. Actualmente no hay planes
soltar el apoyo oficial para ello.
</dd>

View File

@ -3052,9 +3052,9 @@ thin --threaded start
The following Ruby versions are officially supported:
<dl>
<dt>Ruby 2.2</dt>
<dt>Ruby 2.3</dt>
<dd>
2.2 is fully supported and recommended. There are currently no plans to
2.3 is fully supported and recommended. There are currently no plans to
drop official support for it.
</dd>
@ -3072,7 +3072,7 @@ The following Ruby versions are officially supported:
</dd>
</dl>
Versions of Ruby prior to 2.2.2 are no longer supported as of Sinatra 2.0.
Versions of Ruby prior to 2.3 are no longer supported as of Sinatra 2.1.0.
We also keep an eye on upcoming Ruby versions.

View File

@ -3089,9 +3089,9 @@ thin --threaded start
Следующие версии Ruby официально поддерживаются:
<dl>
<dt>Ruby 2.2</dt>
<dt>Ruby 2.3</dt>
<dd>
Версия 2.2 полностью поддерживается и рекомендуется. В настоящее время нет
Версия 2.3 полностью поддерживается и рекомендуется. В настоящее время нет
планов отказаться от официальной поддержки.
</dd>

View File

@ -34,7 +34,7 @@ RubyGems 2.0 or newer is required to protect against public gem pushes. You can
EOF
end
s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.3.0'
s.add_dependency "sinatra", version
s.add_dependency "mustermann", "~> 1.0"

View File

@ -46,7 +46,7 @@ RubyGems 2.0 or newer is required to protect against public gem pushes. You can
EOF
end
s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.3.0'
s.add_dependency 'rack', '~> 2.2'
s.add_dependency 'tilt', '~> 2.0'