File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ Style/Documentation:
32
32
Style/DoubleNegation :
33
33
Enabled : false
34
34
35
+ Style/ExpandPathArguments :
36
+ Enabled : false
37
+
35
38
Style/HashSyntax :
36
39
EnforcedStyle : hash_rockets
37
40
@@ -44,5 +47,9 @@ Style/StringLiterals:
44
47
Style/TrailingCommaInArguments :
45
48
EnforcedStyleForMultiline : comma
46
49
47
- Style/TrailingCommaInLiteral :
50
+ Style/TrailingCommaInHashLiteral :
51
+ EnforcedStyleForMultiline : comma
52
+
53
+ Style/TrailingCommaInArrayLiteral :
48
54
EnforcedStyleForMultiline : comma
55
+
Original file line number Diff line number Diff line change 9
9
language : ruby
10
10
rvm :
11
11
- jruby-9000
12
- - 2.1.10 # EOL Soon
13
12
- 2.2.9
14
- - 2.3.6
15
- - 2.4.3
16
- - 2.5.0
13
+ - 2.3.5
14
+ - 2.4.4
15
+ - 2.5.3
17
16
- jruby-head
18
17
- ruby-head
19
18
matrix :
Original file line number Diff line number Diff line change 1
- source "http ://rubygems.org"
1
+ source "https ://rubygems.org"
2
2
3
3
gem "rake" , "~> 12.0"
4
4
@@ -8,7 +8,7 @@ group :test do
8
8
gem "json" , :platforms => %i[ jruby ruby_18 ruby_19 ]
9
9
gem "mime-types" , "~> 1.25" , :platforms => %i[ jruby ruby_18 ]
10
10
gem "rack-test"
11
- gem "rest-client" , "~> 1.7.3 " , :platforms => %i[ jruby ruby_18 ]
11
+ gem "rest-client" , "~> 1.8.0 " , :platforms => %i[ jruby ruby_18 ]
12
12
gem "rspec" , "~> 3.2"
13
13
gem "rubocop" , ">= 0.51" , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24 ]
14
14
gem "simplecov" , ">= 0.9"
You can’t perform that action at this time.
0 commit comments