Skip to content

Commit

Permalink
Bump concurrent-ruby{,-edge,-ext}
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Mar 1, 2023
1 parent e1bea7d commit 792a6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

group :concurrent_ruby_ext do
gem 'concurrent-ruby-ext', '~> 1.1.3'
gem 'concurrent-ruby-ext', '~> 1.2.0'
end

group :pry do
Expand Down
4 changes: 2 additions & 2 deletions dynflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.add_dependency "msgpack", '~> 1.3', '>= 1.3.3'
s.add_dependency "apipie-params"
s.add_dependency "algebrick", '~> 0.7.0'
s.add_dependency "concurrent-ruby", '~> 1.1.3'
s.add_dependency "concurrent-ruby-edge", '~> 0.6.0'
s.add_dependency "concurrent-ruby", '~> 1.2.0'
s.add_dependency "concurrent-ruby-edge", '~> 0.7.0'
s.add_dependency "sequel", '>= 4.0.0'

s.add_development_dependency "rake"
Expand Down

0 comments on commit 792a6dd

Please sign in to comment.