Skip to content

Commit

Permalink
Add ruby 2.4.0 to build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Dec 28, 2016
1 parent 792d0c1 commit e31a705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.1.10
- 2.2.5
- 2.3.1
- 2.4.0
- rbx-2
- jruby-9.0.5.0
- jruby-9.1.2.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'coveralls', :require => false
gem 'coveralls', '~> 0.8.17', :require => false
gem 'pry', :require => false

# JSON gem no longer supports ruby < 2.0.0
Expand Down

0 comments on commit e31a705

Please sign in to comment.