Skip to content

Commit

Permalink
Upgrade to decidim 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Aug 3, 2023
1 parent 72ab012 commit 71d490c
Show file tree
Hide file tree
Showing 229 changed files with 185,909 additions and 21,878 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/decidim_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[CI] Decidim"
on: [push]

env:
RUBY_VERSION: 2.7.5
RUBY_VERSION: 3.0.2
NODE_VERSION: 16.9.1

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ yarn-debug.log*

.rspec-failures
.rbenv-vars

public/sw.js
public/sw.js.map
public/sw.js.br
public/sw.js.map.br
public/sw.js.gz
public/sw.js.map.gz

.rubocop*
24 changes: 21 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
inherit_from:
- .rubocop_ruby.yml
- .rubocop_rails.yml
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.27-stable/.rubocop.yml

AllCops:
Include:
- "**/*.rb"
- "**/*.rake"
- "**/*.ru"
- "**/Gemfile"
- "**/Rakefile"
Exclude:
- "development_app/**/*"
- "**/development_app/**/*"
- "spec/decidim_dummy_app/**/*"
- "**/spec/decidim_dummy_app/**/*"
- "bin/**/*"
- "node_modules/**/*"
- "**/node_modules/**/*"
- "db/schema.rb"
- "db/migrate/*"
- "vendor/**/*"
- "**/vendor/**/*"
88 changes: 0 additions & 88 deletions .rubocop_rails.yml

This file was deleted.

Loading

0 comments on commit 71d490c

Please sign in to comment.