mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Add jruby-openssl dependency
This commit is contained in:
parent
65f01e0c92
commit
d488184dfd
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,3 +1,7 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
|
platforms :jruby do
|
||||||
|
gem 'jruby-openssl', '~> 0.7'
|
||||||
|
end
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue