Skip to content

Commit

Permalink
Merge pull request #240 from satoryu/drop_support_for_1.9
Browse files Browse the repository at this point in the history
Drop support for ruby 1.9.3
  • Loading branch information
jch committed Dec 1, 2015
2 parents d65c597 + 0062027 commit 50d44a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
# optional
- 2.3.0-preview1
- ruby-head
- jruby-19mode
- jruby-head
Expand All @@ -21,6 +21,7 @@ script: bundle exec rake ci

matrix:
allow_failures:
- rvm: 2.3.0-preview1
- rvm: ruby-head
- rvm: jruby-19mode
- rvm: jruby-head
Expand Down
2 changes: 1 addition & 1 deletion net-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 1.9.3"
s.required_ruby_version = ">= 2.0.0"
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}

s.add_development_dependency("flexmock", "~> 1.3")
Expand Down

0 comments on commit 50d44a0

Please sign in to comment.