Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 38de98b

Browse files
committed
Travis: Update Bundler instead of gem
1 parent 1ffe809 commit 38de98b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
- jruby-9.1.13.0
1010
- jruby-head
1111
before_install:
12-
- gem update --system
12+
- gem install bundler
1313
branches:
1414
only:
1515
- master

therubyrhino_jar.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Gem::Specification.new do |s|
1313
s.license = "MPL-2.0"
1414

1515
s.homepage = %q{http://github.com/cowboyd/therubyrhino}
16-
s.rubyforge_project = %q{therubyrhino}
1716

1817
s.require_paths = ["jar"]
1918
s.files = `git ls-files`.split("\n").sort.
2019
select { |file| file == 'therubyrhino_jar.gemspec' || file =~ /^jar\// }
2120

22-
end
21+
end

0 commit comments

Comments
 (0)