summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Antman <antmanj@gmail.com>2020-10-26 18:14:32 +0200
committerJoakim Antman <antmanj@gmail.com>2020-10-26 18:34:19 +0200
commitcc41edde9ecb1876b4f97dcf05399bdcacdb046c (patch)
tree82aa1bfd9b9824513c4405d4282c993dbffbb364
parent96b42eab08ff46aa75c769ef7730f6f80a17e12f (diff)
downloadhashie-cc41edde9ecb1876b4f97dcf05399bdcacdb046c.tar.gz
Drop jruby-9.0.5.0 from build matrix
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 26a1485..49230a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ rvm:
- 2.1
- ruby-head
- jruby-9.2.11.1
- - jruby-9.0.5.0
- jruby-head
- truffleruby
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06113af..ae8749f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@ Any violations of this scheme are considered to be bugs.
* [#522](https://github.com/hashie/hashie/pull/522): Added eierlegende Wollmilchsau mascot graphic - [@carolineartz](https://github.com/carolineartz).
* [#530](https://github.com/hashie/hashie/pull/530): Added Hashie::Extensions::Dash::PredefinedValues - [@caalberts](https://github.com/caalberts).
* [#536](https://github.com/hashie/hashie/pull/536): Added exporting a normal Hash from an indifferent one through the `#to_hash` method - [@michaelherold](https://github.com/michaelherold).
-* [#539](https://github.com/hashie/hashie/pull/539): Run 2.7 tests once - [@anakinj](https://github.com/anakinj)
+* [#539](https://github.com/hashie/hashie/pull/539): Run 2.7 tests once - [@anakinj](https://github.com/anakinj).
* Your contribution here.
### Changed