Skip to content

Fix build error for aepos test under rails 3.1&&ruby1.8.7#104

Merged
dtognazzini merged 1 commit intomasterfrom
fixReeBuildForRails31
Dec 24, 2014
Merged

Fix build error for aepos test under rails 3.1&&ruby1.8.7#104
dtognazzini merged 1 commit intomasterfrom
fixReeBuildForRails31

Conversation

@ipmsteven
Copy link
Copy Markdown
Contributor

Detail:

The current version(released on December 19, 2014) of i18n(which rails depends on) REQUIRED RUBY VERSION: >= 1.9.3 (https://rubygems.org/gems/i18n)

However the Rails-3.1.12 that used in aepos integration test depends on i18n '~> 0.6'
(https://github.com/rails/rails/blob/3-1-stable/actionpack/actionpack.gemspec)
(https://github.com/rails/rails/blob/3-1-stable/activemodel/activemodel.gemspec)

As new version of i18n released, the version of i18n in rails 3.1.12 resolved to 0.7.0 but that version requires
ruby version >= 1.9.3 which make bundle install errors under 1.8.7
(https://travis-ci.org/appfolio/ae_page_objects/jobs/43120957)

Fix:
add i18n pessimistic version constraint (~> 0.6.0) under rails 3.1.12 && ruby 1.8.7

Detail:

The current version(released on December 19, 2014) of i18n(which rails depends on) REQUIRED RUBY VERSION: >= 1.9.3 (https://rubygems.org/gems/i18n)

However the Rails-3.1.12 that used in aepos integration test depends on i18n '~> 0.6'
(https://github.com/rails/rails/blob/3-1-stable/actionpack/actionpack.gemspec)
(https://github.com/rails/rails/blob/3-1-stable/activemodel/activemodel.gemspec)

As new version of i18n released, the version of i18n for rails 3.1.12 resolved to 0.7.0 but that version requires
ruby version >= 1.9.3 which make bundle install errors:
(https://travis-ci.org/appfolio/ae_page_objects/jobs/43120957)

Fix:
add i18n pessimistic version constraint (~> 0.6.0) under rails 3.1.12 && ruby 1.8.7
@ipmsteven ipmsteven force-pushed the fixReeBuildForRails31 branch from 7b78bed to 47e054c Compare December 24, 2014 17:44
@dtognazzini
Copy link
Copy Markdown
Contributor

Thanks for fixing this!

dtognazzini added a commit that referenced this pull request Dec 24, 2014
Fix build error for aepos test under rails 3.1&&ruby1.8.7
@dtognazzini dtognazzini merged commit 3727c98 into master Dec 24, 2014
@dtognazzini dtognazzini deleted the fixReeBuildForRails31 branch December 24, 2014 18:48
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