Skip to content

Commit

Permalink
Version/test change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 17, 2019
1 parent b74036b commit c380512
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cache:
directories:
- node_modules
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
Expand All @@ -20,6 +22,8 @@ before_install:
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
- gem update --system
gemfile:
- gemfiles/i18n_0_6.gemfile
- gemfiles/i18n_0_7.gemfile
- gemfiles/i18n_0_8.gemfile
- gemfiles/i18n_0_9.gemfile
- gemfiles/i18n_1_0.gemfile
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Nothing
- [Ruby] Rollback `i18n` gem version requirement `>= 0.8.0`


## [3.2.0] - 2018-11-16
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/i18n_0_6.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "i18n", "~> 0.6.0"

gemspec path: "../"
7 changes: 7 additions & 0 deletions gemfiles/i18n_0_7.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "i18n", "~> 0.7.0"

gemspec path: "../"

0 comments on commit c380512

Please sign in to comment.