File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,23 @@ before_install:
7
7
- gem install bundler
8
8
9
9
after_success :
10
- - coveralls
10
+ # - coveralls
11
11
- bundle exec danger
12
12
13
13
rvm :
14
- - 2.5.0
15
- - 2.4.3
14
+ - 2.4.5
15
+ - 2.5.3
16
+ - 2.6.0
16
17
17
18
matrix :
18
19
fast_finish : true
19
20
20
21
include :
21
- - rvm : 2.3.6
22
+ - rvm : 2.3.8
22
23
- rvm : ruby-head
23
24
- rvm : jruby-head
24
- - rvm : rbx-2
25
25
26
26
allow_failures :
27
- - rvm : 2.3.6
27
+ - rvm : 2.3.8
28
28
- rvm : ruby-head
29
29
- rvm : jruby-head
30
- - rvm : rbx-2
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ source 'http://rubygems.org'
5
5
gemspec
6
6
7
7
group :development , :test do
8
- gem 'rubocop' , '~> 0.51 ' , require : false
8
+ gem 'rubocop' , '~> 0.61 ' , require : false
9
9
end
10
10
11
11
group :test do
12
- gem 'coveralls ' , require : false
12
+ gem 'coveralls_reborn ' , require : false
13
13
gem 'growl'
14
14
gem 'guard'
15
15
gem 'guard-bundler'
You can’t perform that action at this time.
0 commit comments