We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb96eb2 + 39f59ad commit de23af4Copy full SHA for de23af4
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
- '3.1'
22
- '3.2'
23
- '3.3'
24
+ - '3.4'
25
26
runs-on: ${{ matrix.os }}
27
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [unreleased]
2
+
3
+- Update Gems
4
+ - regexp_parser@2.10.0
5
+ - rubocop-ast@1.40.0
6
+ - rubocop@1.73.2
7
+ - rubocop-performance@1.24.0
8
+ - standard-performance@1.7.0
9
+ - standard@1.47.0
10
+- add Ruby 3.4 to Github Action Runner
11
12
## [1.2.0]
13
14
- Update to [rubocop-rails@2.26.0](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md#2260-2024-08-24)
0 commit comments