We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb34e86 commit 96be07cCopy full SHA for 96be07c
Gemfile
@@ -2,6 +2,8 @@ source "http://rubygems.org"
2
3
gemspec :name => ""
4
5
+gem "jruby-openssl", :platforms => :jruby
6
+
7
group :debug do
8
gem 'shotgun'
9
gem "wirble"
Gemfile.lock
@@ -10,7 +10,10 @@ GEM
10
remote: http://rubygems.org/
11
specs:
12
addressable (2.3.2)
13
+ bouncy-castle-java (1.5.0146.1)
14
diff-lcs (1.1.3)
15
+ jruby-openssl (0.7.7)
16
+ bouncy-castle-java (>= 1.5.0146.1)
17
json_pure (1.7.5)
18
net-http-persistent (2.7)
19
rack (1.4.1)
@@ -32,9 +35,11 @@ GEM
32
35
yard (0.8.2.1)
33
36
34
37
PLATFORMS
38
+ java
39
ruby
40
41
DEPENDENCIES
42
+ jruby-openssl
43
rdf-spec (>= 0.3.5)
44
rspec (>= 2.10.0)
45
shotgun
0 commit comments