omniauth--omniauth/Gemfile.rack-master

17 lines
294 B
Plaintext

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