Skip to content

Commit 96be07c

Browse files
committed
Added jruby-openssl to Gemfile for jRuby.
1 parent cb34e86 commit 96be07c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "http://rubygems.org"
22

33
gemspec :name => ""
44

5+
gem "jruby-openssl", :platforms => :jruby
6+
57
group :debug do
68
gem 'shotgun'
79
gem "wirble"

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ GEM
1010
remote: http://rubygems.org/
1111
specs:
1212
addressable (2.3.2)
13+
bouncy-castle-java (1.5.0146.1)
1314
diff-lcs (1.1.3)
15+
jruby-openssl (0.7.7)
16+
bouncy-castle-java (>= 1.5.0146.1)
1417
json_pure (1.7.5)
1518
net-http-persistent (2.7)
1619
rack (1.4.1)
@@ -32,9 +35,11 @@ GEM
3235
yard (0.8.2.1)
3336

3437
PLATFORMS
38+
java
3539
ruby
3640

3741
DEPENDENCIES
42+
jruby-openssl
3843
rdf-spec (>= 0.3.5)
3944
rspec (>= 2.10.0)
4045
shotgun

0 commit comments

Comments
 (0)