mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +00:00
fix the build in jruby
This commit is contained in:
parent
95233f9f79
commit
6d7f886ef0
1 changed files with 6 additions and 1 deletions
7
Gemfile
7
Gemfile
|
|
@ -1,2 +1,7 @@
|
||||||
source :rubygems
|
source :rubygems
|
||||||
gemspec
|
|
||||||
|
platforms :jruby do
|
||||||
|
gem 'jruby-openssl', '~> 0.7'
|
||||||
|
end
|
||||||
|
|
||||||
|
gemspec
|
||||||
Loading…
Reference in a new issue