Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wealthsimple/rubocop-vendor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f74f15adb3b0148efe4e1327ec494bcf4c1beb4
Choose a base ref
..
head repository: wealthsimple/rubocop-vendor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a28f103767ca2e8de701c7add554051d37d29767
Choose a head ref
Showing with 14 additions and 14 deletions.
  1. +1 −1 .github/workflows/stale.yml
  2. +13 −13 Gemfile.lock
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:

jobs:
stale:
runs-on: ubuntu-22.04
runs-on: ${{ vars.DEFAULT_RUNS_ON }}
steps:
- uses: actions/stale@v8
with:
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -32,20 +32,20 @@ GEM
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
git (2.3.1)
git (2.3.2)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
rchardet (~> 1.8)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.8.1)
json (2.9.0)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
logger (1.6.1)
minitest (5.25.1)
logger (1.6.2)
minitest (5.25.4)
parallel (1.26.3)
parse_a_changelog (1.3.2)
parse_a_changelog (1.3.3)
treetop (~> 1.6)
parser (3.3.6.0)
ast (~> 2.4.1)
@@ -58,7 +58,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rchardet (1.8.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
@@ -71,8 +71,8 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rspec-support (3.13.2)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@@ -82,7 +82,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
@@ -97,17 +97,17 @@ GEM
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
securerandom (0.4.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
standard (1.41.1)
standard (1.42.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.66.0)
rubocop (~> 1.68.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.5)
standard-custom (1.0.2)
@@ -124,7 +124,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.1)
uri (1.0.2)
ws-style (7.6.1)
rubocop-factory_bot (>= 2.26.0)
rubocop-rspec (>= 3.0.0)