Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #82 from hvssle/update_ruby_versions_and_bundler
Browse files Browse the repository at this point in the history
update ruby and bundler versions
  • Loading branch information
Alan Carrie committed Jan 28, 2019
2 parents d497f9f + bdf79dd commit 8209a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
language: ruby

matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-2

rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- jruby
- rbx-2
- 2.6

before_install:
- gem update --system
- gem install bundler

script:
- bundle exec rubocop
Expand Down
2 changes: 1 addition & 1 deletion onfido.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = ">= 2.2.0"

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.1'
spec.add_development_dependency 'rspec-its', '~> 1.2'
Expand Down

0 comments on commit 8209a7a

Please sign in to comment.