Skip to content

Commit 842f6fb

Browse files
chore: update dependencies in Gemfile.lock and improve README clarity
1 parent f776f68 commit 842f6fb

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ GEM
4040
event_stream_parser (1.0.0)
4141
factory_bot (6.5.4)
4242
activesupport (>= 6.1.0)
43-
faker (3.5.1)
43+
faker (3.5.2)
4444
i18n (>= 1.8.11, < 2)
45-
faraday (2.13.1)
45+
faraday (2.13.2)
4646
faraday-net_http (>= 2.0, < 3.5)
4747
json
4848
logger
@@ -61,8 +61,8 @@ GEM
6161
ffi (1.17.2-x86_64-darwin)
6262
ffi (1.17.2-x86_64-linux-gnu)
6363
ffi (1.17.2-x86_64-linux-musl)
64-
fiddle (1.1.2)
65-
formatador (1.1.0)
64+
fiddle (1.1.8)
65+
formatador (1.1.1)
6666
guard (2.19.1)
6767
formatador (>= 0.2.4)
6868
listen (>= 2.7, < 4.0)
@@ -128,7 +128,7 @@ GEM
128128
rspec-core (~> 3.13.0)
129129
rspec-expectations (~> 3.13.0)
130130
rspec-mocks (~> 3.13.0)
131-
rspec-core (3.13.4)
131+
rspec-core (3.13.5)
132132
rspec-support (~> 3.13.0)
133133
rspec-expectations (3.13.5)
134134
diff-lcs (>= 1.2.0, < 2.0)
@@ -139,7 +139,7 @@ GEM
139139
rspec-support (3.13.4)
140140
rspec_junit_formatter (0.6.0)
141141
rspec-core (>= 2, < 4, != 2.12.0)
142-
rubocop (1.77.0)
142+
rubocop (1.78.0)
143143
json (~> 2.3)
144144
language_server-protocol (~> 3.17.0.2)
145145
lint_roller (~> 1.1.0)
@@ -150,7 +150,7 @@ GEM
150150
rubocop-ast (>= 1.45.1, < 2.0)
151151
ruby-progressbar (~> 1.7)
152152
unicode-display_width (>= 2.4.0, < 4.0)
153-
rubocop-ast (1.45.1)
153+
rubocop-ast (1.46.0)
154154
parser (>= 3.3.7.2)
155155
prism (~> 1.4)
156156
rubocop-capybara (2.22.1)
@@ -187,9 +187,9 @@ GEM
187187
docile (~> 1.1)
188188
simplecov-html (~> 0.11)
189189
simplecov_json_formatter (~> 0.1)
190-
simplecov-html (0.13.1)
190+
simplecov-html (0.13.2)
191191
simplecov_json_formatter (0.1.4)
192-
sorbet-runtime (0.5.12196)
192+
sorbet-runtime (0.5.12225)
193193
terminal-table (3.0.2)
194194
unicode-display_width (>= 1.1.1, < 3)
195195
thor (1.3.2)

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project uses **GitHub Copilot** to automatically review all pull requests a
1111
- Testing quality and security considerations
1212
- Code maintainability and performance
1313

14-
**📖 [Learn more about our AI Code Review system ](./AI_CODE_REVIEW.md)**
14+
**📖 [Learn more about our AI Code Review coding standards ](./doc/CODING_STANDARDS.md)**
1515

1616
## 🧪 AI Test Runner
1717

@@ -323,7 +323,7 @@ Perfect for:
323323
324324
This project maintains high code quality with comprehensive testing and automated checks:
325325
326-
- **546 RSpec tests** with **91.17% code coverage**
326+
- **Comprehensive RSpec test suite** with **high code coverage** (minimum 85% overall, 65% per file)
327327
- **Zero RuboCop offenses** (style and quality checks)
328328
- **Brakeman security analysis** (no vulnerabilities found)
329329
@@ -341,10 +341,10 @@ bundle exec rubocop
341341
bundle exec brakeman --force
342342
343343
# Run all checks locally (like CI)
344-
./bin/ci-local
344+
./bin/ci
345345
346-
# Test GitHub Actions workflows locally
347-
./bin/github-actions-test
346+
# Run the main kanban metrics tool
347+
./bin/kanban_metrics
348348
```
349349
350350
### Continuous Integration & Pull Request Analysis
@@ -365,9 +365,7 @@ The project includes comprehensive CI/CD with both CircleCI and GitHub Actions:
365365
- **Code quality checks** with RuboCop
366366
- **Nightly comprehensive audits**
367367
368-
See [`.github/ACTIONS.md`](.github/ACTIONS.md) and [CIRCLECI.md](CIRCLECI.md) for detailed setup instructions.
369-
370-
See [CIRCLECI.md](CIRCLECI.md) for detailed setup instructions and configuration details.
368+
See the [GitHub Actions workflows](.github/workflows/) for detailed CI/CD configuration.
371369
372370
### Contributing
373371

0 commit comments

Comments
 (0)