Skip to content

Commit

Permalink
removed bundle dependency from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitsing authored Jan 1, 2021
1 parent a2c5c1a commit e5bd050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pairing_matrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_dependency 'sinatra', '~> 1.4.8'
spec.add_dependency 'octokit', '~> 4.15.0'
Expand Down

0 comments on commit e5bd050

Please sign in to comment.