Skip to content

Commit

Permalink
Adds activesupport to gemspec (> 2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Sep 11, 2011
1 parent d6efc97 commit a5f843d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rabl.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'multi_json', '~> 1.0.3'
s.add_dependency 'activesupport', '>= 2.3.0'

s.add_development_dependency 'riot', '~> 0.12.3'
s.add_development_dependency 'rr', '~> 1.0.2'
Expand Down

0 comments on commit a5f843d

Please sign in to comment.