Skip to content

Commit

Permalink
Remove duplicate dependency from gemspec
Browse files Browse the repository at this point in the history
newer version of bundler fail to validate with this error
see: rubygems/bundler#3895
  • Loading branch information
onemanstartup committed Feb 3, 2016
1 parent 3b86b5c commit 92a1bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiselinks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake'
gem.add_development_dependency 'bundler'
gem.add_development_dependency 'sqlite3'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rspec-rails'
gem.add_development_dependency 'factory_girl'
gem.add_development_dependency 'faker'
Expand All @@ -38,4 +37,4 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'closure-compiler'
gem.add_development_dependency 'coffeelint'
end
end

0 comments on commit 92a1bc4

Please sign in to comment.