We drop ruby 2.1.x support. Ruby 2.2.x is now required or newer

This commit is contained in:
Alexander Meindl 2018-07-08 19:05:12 +02:00
parent 137ac9af17
commit 7ad2de64fa
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Rails:
Enabled: true Enabled: true
AllCops: AllCops:
TargetRubyVersion: 2.1 TargetRubyVersion: 2.2
TargetRailsVersion: 4.2 TargetRailsVersion: 4.2
Metrics/AbcSize: Metrics/AbcSize:

View File

@ -9,6 +9,7 @@ Changelog
- new_issue macro with i18n support - new_issue macro with i18n support
- updated bootstrap-datepicker to v1.8.0 - updated bootstrap-datepicker to v1.8.0
- updated d3plus to v2.0.0-alpha.17 - updated d3plus to v2.0.0-alpha.17
- ruby 2.2.0 is required
2.0.12 2.0.12
++++++ ++++++

View File

@ -41,7 +41,7 @@ Requirements
+--------------------+----------------------+ +--------------------+----------------------+
| `Redmine`_ version | >= 3.0.0 | | `Redmine`_ version | >= 3.0.0 |
+--------------------+----------------------+ +--------------------+----------------------+
| `Ruby`_ version | >= 2.1.5 | | `Ruby`_ version | >= 2.2.0 |
+--------------------+----------------------+ +--------------------+----------------------+
| Gem packages | see `Gemfile`_ | | Gem packages | see `Gemfile`_ |
+--------------------+----------------------+ +--------------------+----------------------+