Skip to content

Commit

Permalink
Merge pull request #758 from dnkoutso/ruby270
Browse files Browse the repository at this point in the history
Add CI for Ruby 2.7.0
  • Loading branch information
dnkoutso authored May 22, 2020
2 parents 1112f44 + 3781a3e commit d1283c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rvm:
- 2.4.3
- 2.5.0
- 2.6.0
- 2.7.0

before_install:
# There is a bug in travis. When using system ruby, bundler is not
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'mocha'
gem 'mocha-on-bacon'
gem 'prettybacon'
gem 'rake'
gem 'rake', '~> 12.0'

gem 'codeclimate-test-reporter', '~> 0.4.1', :require => nil
gem 'rubocop'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
bacon (~> 1.2)
public_suffix (2.0.5)
rainbow (2.2.1)
rake (12.0.0)
rake (12.3.3)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ DEPENDENCIES
mocha
mocha-on-bacon
prettybacon
rake
rake (~> 12.0)
rubocop
simplecov
xcodeproj!
Expand Down

0 comments on commit d1283c5

Please sign in to comment.