Skip to content

Commit 6a35bba

Browse files
committed
Drop unsupported Ruby version
Ruby 2.7 is not yet supported by Redmine: https://www.redmine.org/issues/31500
1 parent 870c4a6 commit 6a35bba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rails:
66
Enabled: true
77

88
AllCops:
9-
TargetRubyVersion: 2.3
9+
TargetRubyVersion: 2.5
1010
TargetRailsVersion: 5.2
1111
Include:
1212
- '**/*.ruby'

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: ruby
22
sudo: required
33
cache: bundler
44
rvm:
5-
- 2.6.3
6-
- 2.4.6
7-
- 2.3.8
5+
- 2.6
6+
- 2.5
87
gemfile:
98
- Gemfile
109
services:

0 commit comments

Comments
 (0)