Skip to content

Commit

Permalink
Gemspec/DevelopmentDependencies: Specify development dependencies in …
Browse files Browse the repository at this point in the history
…Gemfile.
  • Loading branch information
buermann committed Jan 31, 2024
1 parent fd8c410 commit b785675
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions camel_snake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = '> 2.3'
s.add_dependency 'activesupport'

s.add_development_dependency 'activesupport'
s.add_development_dependency 'brakeman'
s.add_development_dependency 'byebug'
s.add_development_dependency 'rspec'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit b785675

Please sign in to comment.