Skip to content

Commit

Permalink
Merge pull request #534 from inspec/add-activesupport
Browse files Browse the repository at this point in the history
Adds activesupport gem to allow XML>JSON parsing from Azure APIs
  • Loading branch information
miah authored Nov 13, 2019
2 parents 32ce5b5 + 9346053 commit c1ad9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "azure_mgmt_resources", "~> 0.15"
spec.add_dependency "azure_graph_rbac", "~> 0.16"
spec.add_dependency "azure_mgmt_key_vault", "~> 0.17"
spec.add_dependency "activesupport", "~> 5.2.3"
spec.add_dependency "google-api-client", "~> 0.23.9"
spec.add_dependency "googleauth", "~> 0.6.6"
spec.add_dependency "inifile"
Expand Down

0 comments on commit c1ad9c4

Please sign in to comment.