Skip to content

Commit 75752c7

Browse files
committed
Released v0.4.1
1 parent 6716199 commit 75752c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

concurrent-ruby.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ Gem::Specification.new do |s|
2626
s.require_paths = ['lib']
2727

2828
s.required_ruby_version = '>= 1.9.2'
29-
30-
s.add_development_dependency 'bundler'
3129
end

lib/concurrent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '0.4.0'
2+
VERSION = '0.4.1'
33
end

0 commit comments

Comments
 (0)