Skip to content

Commit

Permalink
Merge pull request #9 from scalefactory/deps_bump
Browse files Browse the repository at this point in the history
Dependencies minimum version bump
  • Loading branch information
word authored May 28, 2020
2 parents bb5d343 + 22e4ec7 commit 9c3ebd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Metrics/BlockLength:
Metrics/MethodLength:
Enabled: false

Metrics/LineLength:
Layout/LineLength:
Max: 140

Metrics/AbcSize:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
== Upcoming

* fix: handle empty response containing children from Organizations API (thanks @grothja)
* chore: stopped testing on EOL Rubies 2.3 and 2.4 (but should still currently work)
* chore: dependencies minimum version bump

== 1.1.0

Expand Down
8 changes: 4 additions & 4 deletions tfctl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Gem::Specification.new do |spec|

# Think when adding new dependencies. Is it really necessary?
# "The things you own end up owning you" etc.
spec.add_dependency 'aws-sdk-organizations', '~> 1.13'
spec.add_dependency 'aws-sdk-organizations', '~> 1.40'
spec.add_dependency 'json_schemer', '~> 0.2'
spec.add_dependency 'parallel', '~> 1.17'
spec.add_dependency 'parallel', '~> 1.19'
spec.add_dependency 'terminal-table', '~> 1.8'

spec.add_development_dependency 'guard-rspec', '~> 4.7'
spec.add_development_dependency 'rspec', '~> 3.8'
spec.add_development_dependency 'rubocop', '~> 0.76'
spec.add_development_dependency 'rspec', '~> 3.9'
spec.add_development_dependency 'rubocop', '~> 0.84'
end

0 comments on commit 9c3ebd8

Please sign in to comment.