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

Terminate CI against Ruby 2.2.x #172

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

yahonda
Copy link
Collaborator

@yahonda yahonda commented Feb 8, 2019

Ruby 2.2 EOLed last year https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/ .

Technically, CI gets this failure because i18n 1.5.3 requires Ruby 2.3.

https://travis-ci.org/rsim/ruby-plsql/jobs/490337169#L568-L581

Gem::InstallError: i18n requires Ruby version >= 2.3.0.
An error occurred while installing i18n (1.5.3), and Bundler cannot continue.
Make sure that `gem install i18n -v '1.5.3' --source 'http://rubygems.org/'`
succeeds before bundling.
In Gemfile:
  activerecord-oracle_enhanced-adapter was resolved to 1.8.2, which depends on
    activerecord was resolved to 5.1.6.1, which depends on
      activemodel was resolved to 5.1.6.1, which depends on
        activesupport was resolved to 5.1.6.1, which depends on
          i18n
The command "bundle install --without=development" failed and exited with 5 during .
Your build has been stopped.

https://travis-ci.org/rsim/ruby-plsql/jobs/490337169#L568-L581

```
Gem::InstallError: i18n requires Ruby version >= 2.3.0.
An error occurred while installing i18n (1.5.3), and Bundler cannot continue.
Make sure that `gem install i18n -v '1.5.3' --source 'http://rubygems.org/'`
succeeds before bundling.
In Gemfile:
  activerecord-oracle_enhanced-adapter was resolved to 1.8.2, which depends on
    activerecord was resolved to 5.1.6.1, which depends on
      activemodel was resolved to 5.1.6.1, which depends on
        activesupport was resolved to 5.1.6.1, which depends on
          i18n
The command "bundle install --without=development" failed and exited with 5 during .
Your build has been stopped.
```
@yahonda yahonda merged commit bec2e05 into rsim:master Feb 8, 2019
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.

1 participant