Skip to content

Commit a4cb98f

Browse files
authored
CI: Use 2.5.7, 2.6.5, 2.7.0 (#330)
* Use recent rubies * Test on Ruby 2.7.0
1 parent 96afd88 commit a4cb98f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ after_success:
77
- bundle exec danger
88

99
rvm:
10-
- 2.4.5
11-
- 2.5.4
12-
- 2.6.2
10+
- 2.4.9
11+
- 2.5.7
12+
- 2.6.5
13+
- 2.7.0
1314
- ruby-head
1415
- jruby-head
1516

1617
matrix:
1718
fast_finish: true
1819

1920
allow_failures:
21+
- rvm: 2.4.9
2022
- rvm: ruby-head
2123
- rvm: jruby-head

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#### Fixes
1111

1212
* Your contribution here.
13+
* [#330](https://github.com/ruby-grape/grape-entity/pull/330): CI: use Ruby 2.5.7, 2.6.5, 2.7.0 - [@budnik](https://github.com/budnik).
1314
* [#329](https://github.com/ruby-grape/grape-entity/pull/329): Option expose_nil doesn't work when block is passed - [@serbiant](https://github.com/serbiant).
1415
* [#320](https://github.com/ruby-grape/grape-entity/pull/320): Gemspec: drop eol'd property rubyforge_project - [@olleolleolle](https://github.com/olleolleolle).
1516
* [#307](https://github.com/ruby-grape/grape-entity/pull/307): Allow exposures to call methods defined in modules included in an entity - [@robertoz-01](https://github.com/robertoz-01).

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'http://rubygems.org'
55
gemspec
66

77
group :development, :test do
8-
gem 'rubocop', '~> 0.65', require: false
8+
gem 'rubocop', '~> 0.74.0', require: false
99
end
1010

1111
group :test do

0 commit comments

Comments
 (0)