README.md in dry-transaction-0.15.0 vs README.md in dry-transaction-0.16.0

- old
+ new

@@ -1,30 +1,23 @@ <!--- this file is synced from dry-rb/template-gem project --> + [gem]: https://rubygems.org/gems/dry-transaction [actions]: https://github.com/dry-rb/dry-transaction/actions -[codacy]: https://www.codacy.com/gh/dry-rb/dry-transaction -[chat]: https://dry-rb.zulipchat.com -[inchpages]: http://inch-ci.org/github/dry-rb/dry-transaction -# dry-transaction [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat] +# dry-transaction [![Gem Version](https://badge.fury.io/rb/dry-transaction.svg)][gem] [![CI Status](https://github.com/dry-rb/dry-transaction/workflows/CI/badge.svg)][actions] -[![Gem Version](https://badge.fury.io/rb/dry-transaction.svg)][gem] -[![CI Status](https://github.com/dry-rb/dry-transaction/workflows/ci/badge.svg)][actions] -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f2c8f3f2e96a477faee00109cfb2090d)][codacy] -[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f2c8f3f2e96a477faee00109cfb2090d)][codacy] -[![Inline docs](http://inch-ci.org/github/dry-rb/dry-transaction.svg?branch=main)][inchpages] - ## Links * [User documentation](https://dry-rb.org/gems/dry-transaction) * [API documentation](http://rubydoc.info/gems/dry-transaction) +* [Forum](https://discourse.dry-rb.org) ## Supported Ruby versions This library officially supports the following Ruby versions: -* MRI `>= 2.7.0` -* jruby `>= 9.3` (postponed until 2.7 is supported) +* MRI `>= 3.0` +* jruby `>= 9.4` (not tested on CI) ## License See `LICENSE` file.