forked from tricknotes/ember-cli-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The upcoming release of `rails@6.0` (currently tested as `rails@master`) drops support for Ruby versions older than `2.4`: ``` activesupport-6.0.0.alpha requires ruby version >= 2.4.1, which is incompatible with the current version, ruby 2.2.2p95 ``` While we're upgrading Ruby version, update CI version matrix to use latest available patch versions and ensure the latest Rubygems version available.
- Loading branch information
1 parent
69bd02b
commit 81bb2b3
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.3 | ||
2.4.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,6 @@ nvm alias default "$NODE_JS_VERSION" || true | |
|
||
node --version | ||
|
||
gem update --system | ||
|
||
source bin/setup |