Skip to content

Commit f37c620

Browse files
Merge pull request #4 from launchdarkly/ac/nio4r
rails 5.1 support
2 parents be45e38 + cd807e9 commit f37c620

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.1.1] - 2017-03-22
6+
## Changed
7+
- Bumped nio4r to 2.0
8+
59
## [2.0.6] - 2017-02-10
610
## Changed
711
- Improved handling of http status codes that may not be integers.

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
environment:
3-
RUBIES: "ruby-2.2.3;ruby-2.1.7;ruby-2.0.0;ruby-1.9.3;jruby-1.7.22"
3+
RUBIES: "ruby-2.4.1;ruby-2.2.2;jruby-9.0.0.0"
44

55
dependencies:
66
cache_directories:

ldclient-rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.add_runtime_dependency "hashdiff", "~> 0.2"
3434
spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.9.0"
3535
spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control
36-
spec.add_runtime_dependency "nio4r", "~> 1.1" # for maximum ruby version compatibility.
36+
spec.add_runtime_dependency "nio4r", "~> 2.0" # for maximum ruby version compatibility.
3737

3838
spec.add_runtime_dependency "waitutil", "0.2"
3939
end

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "2.1.0"
2+
VERSION = "2.1.1"
33
end

0 commit comments

Comments
 (0)