Skip to content

Commit

Permalink
Move train dependency to Gemfile from gemspec (#29)
Browse files Browse the repository at this point in the history
Move train dependency to Gemfile from gemspec
  • Loading branch information
clintoncwolfe committed Aug 15, 2019
2 parents 75646e6 + 7e5b9a0 commit 69909d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

gem "train-core", "~> 3.0"

group :development do
gem "pry"
gem "bundler"
Expand Down
2 changes: 1 addition & 1 deletion train-aws.gemspec
Expand Up @@ -38,8 +38,8 @@ Gem::Specification.new do |spec|
# them in Gemfile, not here.

# Do not list inspec as a dependency of a train plugin.
# Do not list train as a dependency of a train plugin.

spec.add_dependency "train", "~> 2.0"
# spec.add_dependency "aws-sdk-acm", "~> 1"
# spec.add_dependency "aws-sdk-acmpca", "~> 1"
# spec.add_dependency "aws-sdk-alexaforbusiness", "~> 1"
Expand Down

0 comments on commit 69909d1

Please sign in to comment.