Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Use jruby-9.2.7.0, loosen Bundler dependency #81

Merged
merged 4 commits into from Apr 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,5 +1,4 @@
language: ruby
sudo: false
cache:
- bundler
- directories:
Expand All @@ -11,11 +10,12 @@ jdk:
- oraclejdk8
- openjdk7
before_install:
- gem install ruby-maven bundler
- gem install ruby-maven
- gem install bundler -v 1.17.3
- bundle install
matrix:
include:
- rvm: jruby-9.2.5.0
- rvm: jruby-9.2.7.0
jdk: oraclejdk8
- rvm: jruby-head
jdk: oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion manticore.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "openssl_pkcs8_pure"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", ">= 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "jar-dependencies"

Expand Down