Skip to content

Commit 093c6cc

Browse files
committed
Merge branch 'main' into sandlerr/ractor
* main: (215 commits) version bump to v2.6.0 Database#enable_load_extension def only if extensions are available dep: update vendored sqlite to v3.49.1 dep: update vendored sqlite to 3.49.0 dep: update vendored sqlite to 3.48.0 build(deps-dev): update rdoc requirement from 6.11.0 to 6.12.0 dev: Add rake task `test:gdb` fix: tests pass on bigendian architecture dep: move style and docs deps into a separate group ci: test-gem-install should use `[` not `[[` test: skip database URI tests when using system libraries doc: update CHANGELOG dep: update rake-compiler-dock to v1.9.1 build(deps-dev): update rdoc requirement from 6.10.0 to 6.11.0 dep(doc): fixing psych installation on alpine dep(test): remove implicit dependence on benchmark gem build(deps-dev): update ruby_memcheck requirement from 3.0.0 to 3.0.1 dep: update rake-compiler-dock to v1.8.0 build(deps-dev): update rake-compiler requirement from 1.2.8 to 1.2.9 ci: bump test image tag from 3.4-rc to 3.4 ...
2 parents 6ccb27b + 2724f7b commit 093c6cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3330
-1289
lines changed

.editorconfig

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
root = true
22

3-
[*.c,*.h]
3+
[*]
4+
indent_size = 2
5+
6+
[*.{c,h}]
47
end_of_line = lf
58
indent_size = 4
69
indent_style = space
710
insert_final_newline = true
811
tab_width = 8
912
trim_trailing_whitespace = true
10-
11-
[*.rb,Rakefile,*.rake,*.gemspec]
12-
indent_size = 2
13-
14-
[*.yml]
15-
indent_size = 2

0 commit comments

Comments
 (0)