Skip to content

Commit

Permalink
set rubocop-ast to 1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 10, 2024
1 parent 65773dc commit 5431531
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
services:
postgres:
image: postgres:11
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ group :development, :test do
gem "rubocop-faker"

gem "decidim-dev", DECIDIM_VERSION
gem "rubocop-ast", "~> 1.31", ">= 1.31.2"
gem "rubocop-ast", "1.31.2"
end

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
Expand Down Expand Up @@ -957,7 +957,7 @@ DEPENDENCIES
listen (~> 3.1)
puma (>= 5.0.0)
rspec
rubocop-ast (~> 1.31, >= 1.31.2)
rubocop-ast (= 1.31.2)
rubocop-faker
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 5431531

Please sign in to comment.