Skip to content

Commit

Permalink
Relax activesupport dependency to allow use with Rails 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 25, 2011
1 parent f7deabd commit 4ce4101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../lib/twitter/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_dependency 'activesupport', '~> 3.0'
gem.add_dependency 'activesupport', ['>= 2.3.9', '< 4']
gem.add_dependency 'faraday', '~> 0.7'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'simple_oauth', '~> 0.1'
Expand Down

0 comments on commit 4ce4101

Please sign in to comment.