Skip to content

Commit

Permalink
Merge branch 'master' into departure-trilogy
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Feb 22, 2024
2 parents 5aaa263 + 85b9202 commit 3cc5f29
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [6.7.0] - 2024-02-20

- Flex mysql2 dependency to < 0.6 and bump version to 0.5.6
- Drop support for older than the latest EOL Ruby (2.7) and Rails (6.0)

## [6.6.0] - 2024-01-02
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
method_source (1.0.0)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby_2.7_rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby_2.7_rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby_2.7_rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.2)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby_2.7_rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)

Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.2)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.10)
date
net-protocol
Expand Down
2 changes: 1 addition & 1 deletion lib/departure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Departure
VERSION = '6.6.0'.freeze
VERSION = '6.7.0'.freeze
end

0 comments on commit 3cc5f29

Please sign in to comment.