Skip to content

Commit 8731251

Browse files
authored
Merge pull request redmine-git-hosting#757 from jbox-web/ruby-version
Drop unsupported Ruby version
2 parents 870c4a6 + 1c80e2f commit 8731251

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
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-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@ 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:
1110
- mysql
1211
- postgresql
13-
branches:
14-
only:
15-
- devel
16-
- /^fix_.*$/
17-
- /^feat_.*$/
1812
env:
1913
global:
2014
- REDMINE_LANG=en

0 commit comments

Comments
 (0)