Skip to content

Commit

Permalink
simplify gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 27, 2024
1 parent 7e7cb63 commit 504d2b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions uc3-ssm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.0'

spec.add_runtime_dependency('aws-sdk-ssm')
spec.add_runtime_dependency('logger')
spec.add_runtime_dependency('yaml')

# Requirements for running RSpec
spec.add_development_dependency('byebug')
spec.add_development_dependency('rspec')
spec.add_development_dependency('rubocop')
end

0 comments on commit 504d2b3

Please sign in to comment.