Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Ruby 1.9.3 & update .travis.yml #67

Merged
merged 1 commit into from
Jan 14, 2016

Conversation

monfresh
Copy link
Collaborator

Why:
The encryptor gem, which is used for the new OTP encryption feature,
requires Ruby 2.0 or later.

Also, Rails 5.0 requires Ruby 2.2.2 or greater, so we need to ignore
1.9.3, 2.0, and 2.1 when running RAILS_VERSION=master on Travis.

@monfresh monfresh self-assigned this Jan 13, 2016
@monfresh monfresh changed the title Update Travis configuration Drop support for Ruby 1.9.3 & update .travis.yml Jan 13, 2016
@monfresh
Copy link
Collaborator Author

@Houdini What do you think about this? It fixes the latest Travis issues, but we need to drop support for Ruby 1.9.3 because the OTP encryption requires 2.0 or later.

**Why**:
The `encryptor` gem, which is used for the new OTP encryption feature,
requires Ruby 2.0 or later.

Also, Rails 5.0 requires Ruby 2.2.2 or greater, so we need to ignore
1.9.3, 2.0, and 2.1 when running RAILS_VERSION=master on Travis.
Houdini added a commit that referenced this pull request Jan 14, 2016
Drop support for Ruby 1.9.3 & update .travis.yml
@Houdini Houdini merged commit 8df69bc into Houdini:master Jan 14, 2016
@Houdini
Copy link
Owner

Houdini commented Jan 14, 2016

It's fine. I don't think many people really use 1.9.3

@monfresh
Copy link
Collaborator Author

Sounds good. When do you think you can push a new release to RubyGems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants