mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
16 lines
294 B
Text
16 lines
294 B
Text
source 'https://rubygems.org'
|
|
|
|
gem 'jruby-openssl', :platforms => :jruby
|
|
gem 'rack', :git => 'https://github.com/rack/rack.git'
|
|
gem 'rake'
|
|
gem 'yard'
|
|
|
|
group :test do
|
|
gem 'coveralls'
|
|
gem 'rack-test'
|
|
gem 'rspec', '~> 3.0'
|
|
gem 'rubocop', '>= 0.25'
|
|
gem 'simplecov', '>= 0.9'
|
|
end
|
|
|
|
gemspec
|