Skip to content

Commit 07f4dfd

Browse files
authoredSep 2, 2020
Merge pull request #365 from ClosureTree/v7.2.0
Release 7.2.0
2 parents 15b253e + a8f6097 commit 07f4dfd

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cache: bundler
2-
sudo: false
32
language: ruby
3+
44
rvm:
5+
- 2.7.1
56
- 2.6.3
67
- 2.5.5
78

@@ -31,3 +32,5 @@ matrix:
3132
exclude:
3233
- rvm: 2.5.5
3334
gemfile: gemfiles/activerecord_edge.gemfile
35+
- rvm: 2.7.1
36+
gemfile: gemfiles/activerecord_4.2.gemfile

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 7.2.0
4+
- Ruby 2.7 support
5+
- Ordering raw SQL argument wrapped with Arel.sql
6+
37
### 7.1.0
48
Closure Tree is now tested against Rails 6.0
59
- Directly require core_ext for String#strip_heredoc[PR 350](https://github.com/ClosureTree/closure_tree/pull/350)

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ end
662662
663663
Closure tree is [tested under every valid combination](http://travis-ci.org/#!/ClosureTree/closure_tree) of
664664
665-
* Ruby 2.5, 2.6
665+
* Ruby 2.5, 2.6 and 2.7
666666
* ActiveRecord 4.2, 5.x and 6.0
667667
* PostgreSQL, MySQL, and SQLite. Concurrency tests are only run with MySQL and PostgreSQL.
668668

‎lib/closure_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new('7.1.0')
2+
VERSION = Gem::Version.new('7.2.0')
33
end

0 commit comments

Comments
 (0)