We drop ruby 2.1.x support. Ruby 2.2.x is now required or newer
This commit is contained in:
parent
137ac9af17
commit
7ad2de64fa
@ -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:
|
||||||
|
@ -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
|
||||||
++++++
|
++++++
|
||||||
|
@ -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`_ |
|
||||||
+--------------------+----------------------+
|
+--------------------+----------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user