Skip to content

Commit

Permalink
Merge pull request #667 from ride/require-only-activemodel
Browse files Browse the repository at this point in the history
Require only activemodel instead of full rails
  • Loading branch information
steveklabnik committed Sep 29, 2014
2 parents 6ab0cf3 + 771e9ed commit c529408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activesupport", ">= 4.0"
spec.add_dependency "rails", ">= 4.0"
spec.add_dependency "activemodel", ">= 4.0"

spec.add_development_dependency "rails", ">= 4.0"
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
end

0 comments on commit c529408

Please sign in to comment.