Skip to content

Commit

Permalink
Remove bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calmyournerves committed Apr 19, 2024
1 parent 2208c7a commit 1843a77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fake_pipe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activesupport'
spec.add_dependency 'faker'
spec.add_dependency 'csv'
spec.add_development_dependency 'bundler', '~> 2.5'
spec.add_development_dependency 'rake', '~> 13.2'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
end

0 comments on commit 1843a77

Please sign in to comment.