Skip to content

Commit

Permalink
stop bundler version management
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Nov 1, 2017
1 parent 06349e9 commit 08c24a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evil_events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '0.14.1'
spec.add_development_dependency 'simplecov-json', '0.2'
spec.add_development_dependency 'rubocop', '0.51.0'
spec.add_development_dependency 'bundler', '1.15.4'
spec.add_development_dependency 'rake', '12.2.1'
spec.add_development_dependency 'rspec', '3.7.0'
spec.add_development_dependency 'rubocop-rspec', '1.19.0'

spec.add_development_dependency 'bundler'
end

0 comments on commit 08c24a9

Please sign in to comment.