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:
3232Style/DoubleNegation :
3333 Enabled : false
3434
35+ Style/ExpandPathArguments :
36+ Enabled : false
37+
3538Style/HashSyntax :
3639 EnforcedStyle : hash_rockets
3740
@@ -44,5 +47,9 @@ Style/StringLiterals:
4447Style/TrailingCommaInArguments :
4548 EnforcedStyleForMultiline : comma
4649
47- Style/TrailingCommaInLiteral :
50+ Style/TrailingCommaInHashLiteral :
51+ EnforcedStyleForMultiline : comma
52+
53+ Style/TrailingCommaInArrayLiteral :
4854 EnforcedStyleForMultiline : comma
55+
Original file line number Diff line number Diff line change 99language : ruby
1010rvm :
1111 - jruby-9000
12- - 2.1.10 # EOL Soon
1312 - 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
1716 - jruby-head
1817 - ruby-head
1918matrix :
Original file line number Diff line number Diff line change 1- source "http ://rubygems.org"
1+ source "https ://rubygems.org"
22
33gem "rake" , "~> 12.0"
44
@@ -8,7 +8,7 @@ group :test do
88 gem "json" , :platforms => %i[ jruby ruby_18 ruby_19 ]
99 gem "mime-types" , "~> 1.25" , :platforms => %i[ jruby ruby_18 ]
1010 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 ]
1212 gem "rspec" , "~> 3.2"
1313 gem "rubocop" , ">= 0.51" , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24 ]
1414 gem "simplecov" , ">= 0.9"
You can’t perform that action at this time.
0 commit comments