Skip to content

Commit

Permalink
Add ext_monitor for ruby 2.3 or later
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
  • Loading branch information
ganmacs committed Oct 28, 2019
1 parent fcd467c commit 0f30378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gemspec
# https://github.com/socketry/async-io/blob/v1.23.1/async-io.gemspec#L21
if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create('2.3.0')
gem 'async-http', '~> 0.42'
gem 'ext_monitor', '>= 0.1.1'
end

local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
Expand Down

0 comments on commit 0f30378

Please sign in to comment.