1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

add rake as a development dependency

This commit is contained in:
Mark Dodwell 2011-10-15 21:17:54 -07:00
parent 3b0df6d81b
commit a97b5a27e6

View file

@ -17,4 +17,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0.pr2'
s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'rake'
end