Skip to content

Commit

Permalink
bundler 2.0; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed May 1, 2019
1 parent 0a86f96 commit 2f166b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '>= 0.19.4', '< 2.0'

gem.add_development_dependency 'bundler', '~> 1.7'
gem.add_development_dependency 'bundler', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/coveralls/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Coveralls
VERSION = "0.8.22"
VERSION = "0.8.23"
end

0 comments on commit 2f166b5

Please sign in to comment.