Skip to content

Commit

Permalink
Update to rjack-tarpit 2.1.0; resolves TravisCI issue with SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Dec 6, 2013
1 parent 72f6f69 commit 3e0ad8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
before_install: gem install rjack-tarpit -v=2.0.3
before_install: "gem install rjack-tarpit -v'~>2.1'"
bundler_args: ""
rvm:
- 1.8.7
Expand Down
14 changes: 5 additions & 9 deletions Gemfile.lock
Expand Up @@ -7,21 +7,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
bouncy-castle-java (1.5.0147)
jruby-openssl (0.8.8)
bouncy-castle-java (>= 1.5.0147)
json (1.8.0)
json (1.8.0-java)
json (1.8.1)
json (1.8.1-java)
minitest (4.7.5)
rake (10.1.0)
rdoc (4.0.1)
json (~> 1.4)
rjack-maven (3.0.5.0-java)
rjack-tarpit (2.0.3)
rjack-tarpit (2.1.0)
rake (>= 0.9.2.2, < 11)
rdoc (>= 3.12, < 5)
rjack-tarpit (2.0.3-java)
jruby-openssl (~> 0.8.1)
rjack-tarpit (2.1.0-java)
rake (>= 0.9.2.2, < 11)
rdoc (>= 3.12, < 5)
rjack-maven (~> 3.0.4)
Expand All @@ -33,4 +29,4 @@ PLATFORMS
DEPENDENCIES
minitest (~> 4.7.4)
mojibake!
rjack-tarpit (~> 2.0)
rjack-tarpit (~> 2.1)
2 changes: 1 addition & 1 deletion mojibake.gemspec
@@ -1,6 +1,6 @@
# -*- ruby -*-

gem 'rjack-tarpit', '~> 2.0'
gem 'rjack-tarpit', '~> 2.1'
require 'rjack-tarpit/spec'

RJack::TarPit.specify do |s|
Expand Down

0 comments on commit 3e0ad8a

Please sign in to comment.