Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge 871f7b0 into 7a3991f
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclellan committed Nov 17, 2020
2 parents 7a3991f + 871f7b0 commit 954fb9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -12,9 +12,6 @@ rvm:
- ruby-head
- jruby-head
- rbx-3.84
before_install:
- gem update --system
- gem install bundler
jdk:
- oraclejdk8

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -11,6 +11,7 @@ group :testing do
gem 'test-unit', '~> 3.0.9'
gem 'rspec', '~> 3.6'
gem 'coveralls', '~> 0.8.21', :require => false
gem 'json', '< 2.3', :platforms => [:ruby_19, :jruby], :require => false
end

group :documentation do
Expand Down
1 change: 1 addition & 0 deletions lib/ref.rb
Expand Up @@ -5,6 +5,7 @@ module Ref
require 'ref/abstract_reference_key_map'
require 'ref/reference'
require 'ref/reference_queue'
require 'monitor'

if defined?(Java)
begin
Expand Down

0 comments on commit 954fb9c

Please sign in to comment.