File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,18 @@ language: ruby
33sudo : false
44
55before_install :
6- - gem update --system
76 - gem install bundler
87
98after_success :
10- # - coveralls
119 - bundle exec danger
1210
1311rvm :
1412 - 2.4.5
1513 - 2.5.3
16- - 2.6.0
14+ - 2.6.1
1715env :
1816 - MODEL_PARSER=grape-swagger-entity
1917 - MODEL_PARSER=grape-swagger-representable
20- - GRAPE_VERSION=0.19.2
2118 - GRAPE_VERSION=1.0.3
2219 - GRAPE_VERSION=1.2.2
2320 - GRAPE_VERSION=HEAD
Original file line number Diff line number Diff line change @@ -25,13 +25,8 @@ group :development, :test do
2525 gem 'rack-test'
2626 gem 'rake'
2727 gem 'rdoc'
28- gem 'rspec' , '~> 3.0'
29- # TODO: change back after 2.6.0 release and updated rubocop version
30- if RUBY_VERSION == '2.6.0'
31- gem 'rubocop' , git : 'https://github.com/rubocop-hq/rubocop.git' , require : false
32- else
33- gem 'rubocop' , '~> 0.61' , require : false
34- end
28+ gem 'rspec' , '~> 3.8'
29+ gem 'rubocop' , '~> 0.63' , require : false
3530end
3631
3732group :test do
You can’t perform that action at this time.
0 commit comments