1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

Support for Rails 3.x

This commit is contained in:
Alvaro Naveda 2014-09-30 17:13:02 +02:00
parent e1eac3b3ce
commit 8888f4eabb

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'httpclient', '>= 2.3'
gem.add_runtime_dependency 'rack-oauth2', '>= 1.0'
gem.add_runtime_dependency 'multi_json'
gem.add_runtime_dependency 'activesupport', '>= 4.0'
gem.add_runtime_dependency 'activesupport', '>= 3.2'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'webmock'