Skip to content

Commit

Permalink
Upgrade development to ruby@2.4.4
Browse files Browse the repository at this point in the history
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
seanpdoyle committed Mar 30, 2018
1 parent 69bd02b commit 81bb2b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.4.4
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ cache:
notifications:
email: false
rvm:
- 2.3.0
- 2.2.2
- 2.4.4
- 2.3.7
- 2.2.10
- jruby-9.0.3.0
install: bin/setup_ci
before_script:
Expand Down
2 changes: 2 additions & 0 deletions bin/setup_ci
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ nvm alias default "$NODE_JS_VERSION" || true

node --version

gem update --system

source bin/setup

0 comments on commit 81bb2b3

Please sign in to comment.