Skip to content

Commit

Permalink
remove version on debug dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed May 27, 2024
1 parent bdbedd5 commit 7372685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.metadata['rubygems_mfa_required'] = 'true'

s.add_development_dependency 'appraisal', '~> 2.0'
s.add_development_dependency 'debug', '~> 1.9.0'
s.add_development_dependency 'debug'
s.add_development_dependency 'mongoid-danger', '~> 0.2'
s.add_development_dependency 'pry'
s.add_development_dependency 'rails'
Expand Down

0 comments on commit 7372685

Please sign in to comment.