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:
parent
e1eac3b3ce
commit
8888f4eabb
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue