Skip to content

Commit e81aadf

Browse files
committedDec 31, 2022
drop support for ruby 2.6
fix ci badge
1 parent a639234 commit e81aadf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: CI
33

44
on:
5+
push:
6+
branches:
7+
- master
58
pull_request:
69
branches:
710
- master

Diff for: ‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
Common applications include modeling hierarchical data, like tags, threaded comments, page graphs in CMSes,
66
and tracking user referrals.
77

8-
[![Join the chat at https://gitter.im/closure_tree/Lobby](https://badges.gitter.im/closure_tree/Lobby.svg)](https://gitter.im/closure_tree/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9-
[![Build Status](https://api.travis-ci.org/ClosureTree/closure_tree.svg?branch=master)](http://travis-ci.org/ClosureTree/closure_tree)
8+
[![CI](https://github.com/ClosureTree/closure_tree/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ClosureTree/closure_tree/actions/workflows/ci.yml)
109
[![Gem Version](https://badge.fury.io/rb/closure_tree.svg)](https://badge.fury.io/rb/closure_tree)
1110

1211
Dramatically more performant than

Diff for: ‎closure_tree.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
1818
end
1919

2020
gem.test_files = gem.files.grep(%r{^spec/})
21-
gem.required_ruby_version = '>= 2.6.8'
21+
gem.required_ruby_version = '>= 2.7.7'
2222

2323
gem.add_runtime_dependency 'activerecord', '>= 6.0.0'
2424
gem.add_runtime_dependency 'with_advisory_lock', '>= 4.0.0'

0 commit comments

Comments
 (0)
Please sign in to comment.