Skip to content

Commit

Permalink
Dont need an explicit dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 30, 2024
1 parent 31ce846 commit 176340d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ PLATFORMS

DEPENDENCIES
activemodel (>= 5.2.0)
bundler
byebug
name_of_person!
rake
Expand Down
1 change: 0 additions & 1 deletion name_of_person.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', '>= 5.2.0'

s.add_development_dependency 'activemodel', '>= 5.2.0'
s.add_development_dependency 'bundler'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
Expand Down

0 comments on commit 176340d

Please sign in to comment.