Skip to content

Commit

Permalink
Drop support for Ruby 2.2 (#1455)
Browse files Browse the repository at this point in the history
Drop support for Ruby 2.2
  • Loading branch information
epergo committed Mar 13, 2020
1 parent fade5fe commit 63c0cbf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.de.md
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions README.es.md
Expand Up @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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>
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sinatra-contrib/sinatra-contrib.gemspec
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sinatra.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit 63c0cbf

Please sign in to comment.