Skip to content

Commit 9627773

Browse files
committed
Align dotfiles with current tooling
Remove stray .DS_Store, keep Gemfile.lock tracked, and align dotfile references with the current spec layout and tool versions.
1 parent 9c007b1 commit 9627773

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.DS_Store
21
TAGS
32
.yardoc/
43
coverage.info
@@ -10,4 +9,3 @@ tmp/
109
.bundle/
1110
vendor/
1211
.idea/
13-
Gemfile.lock

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
ruby: "3.3"
12+
ruby: "3.1"
1313
commands:
14-
- gem install bundler -v 2.3
14+
- gem install bundler -v 2.6.9
1515
- bundle install
1616
- bundle exec rake doc:yard
1717
- mkdir -p $READTHEDOCS_OUTPUT/html

.rubocop_todo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ Metrics/PerceivedComplexity:
4141
Security/MarshalLoad:
4242
Exclude:
4343
- 'lib/tree.rb'
44-
- 'spec/tree_spec.rb'
44+
- 'spec/tree_initialize_spec.rb'
45+
- 'spec/tree_detached_copy_spec.rb'
4546
- 'test/test_tree.rb'

0 commit comments

Comments
 (0)