Skip to content

Commit

Permalink
Dont list activemodel as dev- and runtime dep
Browse files Browse the repository at this point in the history
activemodel is a runtime dependency, it doesn't need to be listed as
development dependency as well.
  • Loading branch information
bastelfreak committed Nov 1, 2023
1 parent 04d3013 commit 9141c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'activemodel'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'grape'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit 9141c5e

Please sign in to comment.