Skip to content

Commit

Permalink
Merge pull request #64 from clowne-rb/feat/upd-deps
Browse files Browse the repository at this point in the history
Up runtime deps versions
  • Loading branch information
ssnickolay authored Oct 24, 2021
2 parents 07beb86 + e89f40f commit 42573fc
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec-jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][])
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 42573fc

Please sign in to comment.