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

15 lines
265 B
Text
Raw Normal View History

2011-04-07 20:01:00 -04:00
source 'http://rubygems.org'
2011-04-07 19:59:12 -04:00
platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
end
2011-04-22 03:52:45 -04:00
gemspec :path => 'oa-core'
gemspec :path => 'oa-enterprise'
gemspec :path => 'oa-more'
gemspec :path => 'oa-oauth'
gemspec :path => 'oa-openid'
2011-05-03 18:22:12 -04:00
2011-05-25 18:50:47 -04:00
gem 'activerecord', '3.1.0.rc1'
2011-06-03 12:52:11 -04:00