Skip to content

Commit

Permalink
Bump decidim from 0.28.0 to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jun 11, 2024
1 parent 495e9e5 commit 77f784f
Show file tree
Hide file tree
Showing 174 changed files with 2,593 additions and 1,303 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec
- run: |
mkdir node_modules
bundle exec rspec
name: Run specs
4 changes: 3 additions & 1 deletion .github/workflows/test_census_sms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec decidim-census_sms
- run: |
mkdir node_modules
bundle exec rspec decidim-census_sms
name: Run specs
4 changes: 3 additions & 1 deletion .github/workflows/test_ephemeral_participation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec decidim-ephemeral_participation
- run: |
mkdir node_modules
bundle exec rspec decidim-ephemeral_participation
name: Run specs
4 changes: 3 additions & 1 deletion .github/workflows/test_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec decidim-stats
- run: |
mkdir node_modules
bundle exec rspec decidim-stats
name: Run specs
4 changes: 3 additions & 1 deletion .github/workflows/test_valid_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec decidim-valid_auth
- run: |
mkdir node_modules
bundle exec rspec decidim-valid_auth
name: Run specs
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ yarn-debug.log*
.yarn-integrity
.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
public/sw.js*

coverage/

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

DECIDIM_VERSION = "~> 0.28.0"
DECIDIM_VERSION = "~> 0.28.1"

ruby RUBY_VERSION

Expand Down
Loading

0 comments on commit 77f784f

Please sign in to comment.