1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/Gemfile
2013-01-28 17:54:33 -08:00

25 lines
378 B
Ruby

source :rubygems
gem 'jruby-openssl', :platforms => :jruby
gem 'rake'
gem 'yard'
group :development do
gem 'growl'
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
gem 'kramdown'
gem 'plymouth'
gem 'pry'
gem 'pry-debugger', :platforms => :mri_19
gem 'rb-fsevent'
end
group :test do
gem 'rack-test'
gem 'rspec', '>= 2.11'
gem 'simplecov'
end
gemspec