mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
7 lines
96 B
Ruby
7 lines
96 B
Ruby
source 'https://rubygems.org'
|
|
|
|
platforms :jruby do
|
|
gem 'jruby-openssl', '~> 0.7'
|
|
end
|
|
|
|
gemspec
|