diff options
author | Tony Arcieri <bascule@gmail.com> | 2016-12-28 19:45:39 -0800 |
---|---|---|
committer | Tony Arcieri <bascule@gmail.com> | 2016-12-28 19:45:39 -0800 |
commit | c434b97628e414d8c8ad27894e3ebecb51b32e2b (patch) | |
tree | b4ce1f46f3a559f870056f1210da4ae003e35a28 /actioncable/actioncable.gemspec | |
parent | 181249135a1dca4885b2589b3ef6a2d0cb63b4e6 (diff) | |
download | rails-c434b97628e414d8c8ad27894e3ebecb51b32e2b.tar.gz rails-c434b97628e414d8c8ad27894e3ebecb51b32e2b.tar.bz2 rails-c434b97628e414d8c8ad27894e3ebecb51b32e2b.zip |
Upgrade to nio4r 2.0.0
nio4r 2.0.0 primarily includes new features and bugfixes, with few breaking
changes. The primary reason for bumping the major version is dropping support
for all Ruby versions prior to 2.2.2, so as to match Rails 5.
Full release announcement here:
https://groups.google.com/forum/#!topic/socketry/ZDIUj1ufiJ8
Diffstat (limited to 'actioncable/actioncable.gemspec')
-rw-r--r-- | actioncable/actioncable.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/actioncable.gemspec b/actioncable/actioncable.gemspec index e7f91d0e34..6d95f022fa 100644 --- a/actioncable/actioncable.gemspec +++ b/actioncable/actioncable.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |s| s.add_dependency "actionpack", version - s.add_dependency "nio4r", "~> 1.2" + s.add_dependency "nio4r", "~> 2.0" s.add_dependency "websocket-driver", "~> 0.6.1" end |