Skip to content

Commit

Permalink
Fix for decidim issue #13513 and correct rubocop-ast in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 10, 2024
1 parent 5b4b4fb commit 037373a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 129.0.6668.71
chromedriver-version: 119.0.6045.105

- name: Setup & create Database
run: |
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ group :development, :test do
gem "rubocop-faker"

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

group :development do
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ DEPENDENCIES
listen (~> 3.1)
puma (>= 5.0.0)
rspec
rubocop-ast (~> 1.31, >= 1.31.2)
rubocop-faker
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 037373a

Please sign in to comment.