diff --git a/.github/workflows/rspec-jruby.yml b/.github/workflows/rspec-jruby.yml index 59d7295..868cbf5 100644 --- a/.github/workflows/rspec-jruby.yml +++ b/.github/workflows/rspec-jruby.yml @@ -22,7 +22,7 @@ jobs: bundle- - uses: ruby/setup-ruby@v1 with: - ruby-version: jruby-9.2.9.0 + ruby-version: jruby-9.2.15.0 - name: Bundle install run: | bundle config path /home/runner/bundle diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index f1f0dfe..39ac37a 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -18,6 +18,8 @@ jobs: ruby: [2.7] gemfile: ["gemfiles/railsmaster.gemfile"] include: + - ruby: ruby-head + gemfile: "gemfiles/railsmaster.gemfile" - ruby: 3.0 gemfile: "Gemfile" - ruby: 2.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d29c15..5c65c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Change log -## 1.1.0 (2019-03-20) +## 1.3.0 (2021-05-11) + +- Added Ruby 3.0 support ([@pomartel][]) +- Fixed Ruby 2.7 warnings ([@mpestov][]) + +## 1.2.0 (2020-07-03) +- Added TruffleRuby support ([@ssnickolay][]) +- Added Ruby 2.7 support ([@Sub-Xaero][]) +- Fixed JRuby support +- Fixed all dependencies vulnerabilities +- Documents moved to Docsify engine ([@ssnickolay][]) + +## 1.1.0 (2019-03-20) - Add `after_clone` declaration. ([@elardo][]) - Add opporotunity to include belongs_to association for active_record adapter. ([@madding][]) @@ -44,3 +56,6 @@ See [migration guide](https://clowne.evilmartians.io/docs/from_v02_to_v10.html) [@ssnickolay]: https://github.com/ssnickolay [@elardo]: https://github.com/elardo [@madding]: https://github.com/madding +[@pomartel]: https://github.com/pomartel +[@mpestov]: https://github.com/mpestov +[@Sub-Xaero]: https://github.com/Sub-Xaero diff --git a/Gemfile b/Gemfile index f0b10d6..63a1c4e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec gem "pry-byebug", platform: :mri -gem "sqlite3", "~> 1.4.1", platform: :ruby +gem "sqlite3", "~> 1.4.2", platform: :ruby gem "activerecord-jdbcsqlite3-adapter", "~> 50.0", platform: :jruby gem "jdbc-sqlite3", platform: :jruby diff --git a/README.md b/README.md index 804e236..b5a61b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Gem Version](https://badge.fury.io/rb/clowne.svg)](https://badge.fury.io/rb/clowne) -[![Build Status](https://github.com/clowne-rb/clowne/actions?query=branch%3Amaster+)](https://github.com/clowne-rb/clowne/actions/workflows/rspec.yml/badge.svg?branch=master) +[![Build Status](https://github.com/clowne-rb/clowne/actions/workflows/rspec.yml/badge.svg?branch=master)](https://github.com/clowne-rb/clowne/actions?query=branch%3Amaster+) [![Maintainability](https://api.codeclimate.com/v1/badges/9143c4f91e9d1d2a4bd1/maintainability)](https://codeclimate.com/github/clowne-rb/clowne/maintainability) [![Docs](https://img.shields.io/badge/docs-link-brightgreen.svg)](https://clowne.evilmartians.io)