Skip to content

Commit

Permalink
Merge pull request #4 from amw/minimize-dependencies
Browse files Browse the repository at this point in the history
Depend on "railties" instead of "rails".
  • Loading branch information
awood45 committed Feb 1, 2016
2 parents ad8115f + 4019fe4 commit 7a424d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a424d0

Please sign in to comment.