1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/Gemfile.rack-1.3.x

15 lines
208 B
Text
Raw Normal View History

source 'https://rubygems.org'
gem 'jruby-openssl', :platforms => :jruby
gem 'rack', '~> 1.3.0'
gem 'rake'
gem 'yard'
group :test do
gem 'rack-test'
gem 'rspec', '>= 2.11'
gem 'simplecov'
end
gemspec