Skip to content

Commit

Permalink
Merge cc5db62 into 7d2cef0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 3, 2019
2 parents 7d2cef0 + cc5db62 commit 6e61c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -6,12 +6,17 @@ bundler_args: --retry=3 --jobs=3
cache: bundler
sudo: false
rvm:
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
Expand All @@ -33,7 +38,7 @@ matrix:
- rvm: ruby-head
fast_finish: true
install:
- bundle install
- gem install bundler && bundle install
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -160,7 +160,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.16)
yard (0.9.20)

PLATFORMS
ruby
Expand All @@ -183,4 +183,4 @@ DEPENDENCIES
yard (~> 0.9, >= 0.9.11)!

BUNDLED WITH
1.16.6
2.0.2
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,9 +17,9 @@ Makes working with AEMO data more pleasant.

## Ruby Versions Supported

* ruby-head
* 2.6 (.0, .1)
* 2.5 (.0, .1, .2, .3)
* ruby-head (failures allowed)
* 2.6 (.0, .1, .2, .3)
* 2.5 (.0, .1, .2, .3, .4, .5)
* 2.4 (.0, .1, .2, .3, .4, .5)
* 2.3 (.0, .1, .2, .3, .4, .5, .6, .7, .8)

Expand Down

0 comments on commit 6e61c79

Please sign in to comment.