Skip to content

Commit 22175ce

Browse files
committed
Merge pull request ruby-ldap#240 from satoryu/drop_support_for_1.9
Drop support for ruby 1.9.3
2 parents d430856 + 5ef8f8a commit 22175ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
43
- 2.0.0
54
- 2.1
65
- 2.2
76
# optional
7+
- 2.3.0-preview1
88
- ruby-head
99
- jruby-19mode
1010
- jruby-head
@@ -21,6 +21,7 @@ script: bundle exec rake ci
2121

2222
matrix:
2323
allow_failures:
24+
- rvm: 2.3.0-preview1
2425
- rvm: ruby-head
2526
- rvm: jruby-19mode
2627
- rvm: jruby-head

net-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2626
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
2727
s.rdoc_options = ["--main", "README.rdoc"]
2828
s.require_paths = ["lib"]
29-
s.required_ruby_version = ">= 1.9.3"
29+
s.required_ruby_version = ">= 2.0.0"
3030
s.summary = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services}
3131

3232
s.add_development_dependency("flexmock", "~> 1.3")

0 commit comments

Comments
 (0)