Skip to content

Commit 0d6de7c

Browse files
authored
Merge branch 'main' into project-improvements
2 parents a2a42d6 + a51f07d commit 0d6de7c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
2323

2424
- name: Set up Ruby
25-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # [email protected]
25+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777
2626
with:
2727
bundler-cache: true
2828

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ GEM
8888
unicode-display_width (>= 2.4.0, < 4.0)
8989
rubocop-ast (1.38.0)
9090
parser (>= 3.3.1.0)
91-
rubocop-performance (1.23.1)
92-
rubocop (>= 1.48.1, < 2.0)
93-
rubocop-ast (>= 1.31.1, < 2.0)
91+
rubocop-performance (1.24.0)
92+
lint_roller (~> 1.1)
93+
rubocop (>= 1.72.1, < 2.0)
94+
rubocop-ast (>= 1.38.0, < 2.0)
9495
rubocop-rails (2.30.1)
9596
activesupport (>= 4.2.0)
9697
lint_roller (~> 1.1)

0 commit comments

Comments
 (0)