Skip to content

Commit e86b2f4

Browse files
authored
Merge branch 'master' into spec_for_the_issue_730
2 parents e24e2d7 + d20b910 commit e86b2f4

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ language: ruby
33
sudo: false
44

55
before_install:
6-
- gem update --system
76
- gem install bundler
87

98
after_success:
10-
# - coveralls
119
- bundle exec danger
1210

1311
rvm:
1412
- 2.4.5
1513
- 2.5.3
16-
- 2.6.0
14+
- 2.6.1
1715
env:
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

Gemfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
3530
end
3631

3732
group :test do

0 commit comments

Comments
 (0)