From 4019fe4e09ef8a9fbb5448b54ca0a02c5307b646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wr=C3=B3bel?= Date: Fri, 29 Jan 2016 13:39:35 -0800 Subject: [PATCH] Depend on "railties" instead of "rails". Drops ActiveRecord and other dependencies for applications that only use parts of Rails suite. --- aws-sdk-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-sdk-rails.gemspec b/aws-sdk-rails.gemspec index 338e4c28..7bb8d0a9 100644 --- a/aws-sdk-rails.gemspec +++ b/aws-sdk-rails.gemspec @@ -14,5 +14,5 @@ Gem::Specification.new do |spec| spec.files += Dir['lib/**/*.rb', 'lib/aws-sdk-rails.rb'] spec.add_dependency('aws-sdk-resources', '~> 2') - spec.add_dependency('rails', '>= 3') + spec.add_dependency('railties', '>= 3') end