mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
11 lines
175 B
Ruby
11 lines
175 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jruby-openssl', :platforms => :jruby
|
|
gem 'rake'
|
|
|
|
group :test do
|
|
gem 'rspec', '>= 2.11'
|
|
gem 'simplecov', :require => false
|
|
end
|
|
|
|
gemspec
|