Skip to content

Commit c434b97

Browse files
committed
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
1 parent 1812491 commit c434b97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PATH
5454
specs:
5555
actioncable (5.1.0.alpha)
5656
actionpack (= 5.1.0.alpha)
57-
nio4r (~> 1.2)
57+
nio4r (~> 2.0)
5858
websocket-driver (~> 0.6.1)
5959
actionmailer (5.1.0.alpha)
6060
actionpack (= 5.1.0.alpha)
@@ -231,7 +231,7 @@ GEM
231231
mysql2 (0.4.5)
232232
mysql2 (0.4.5-x64-mingw32)
233233
mysql2 (0.4.5-x86-mingw32)
234-
nio4r (1.2.1)
234+
nio4r (2.0.0)
235235
nokogiri (1.7.0)
236236
mini_portile2 (~> 2.1.0)
237237
nokogiri (1.7.0-x64-mingw32)

actioncable/actioncable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |s|
2020

2121
s.add_dependency "actionpack", version
2222

23-
s.add_dependency "nio4r", "~> 1.2"
23+
s.add_dependency "nio4r", "~> 2.0"
2424
s.add_dependency "websocket-driver", "~> 0.6.1"
2525
end

0 commit comments

Comments
 (0)