We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6716199 commit 75752c7Copy full SHA for 75752c7
concurrent-ruby.gemspec
@@ -26,6 +26,4 @@ Gem::Specification.new do |s|
26
s.require_paths = ['lib']
27
28
s.required_ruby_version = '>= 1.9.2'
29
-
30
- s.add_development_dependency 'bundler'
31
end
lib/concurrent/version.rb
@@ -1,3 +1,3 @@
1
module Concurrent
2
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
3
0 commit comments