Skip to content

Commit

Permalink
Bump decidim from 0.27.2 to 0.28.2 (#52)
Browse files Browse the repository at this point in the history
* Upgrade decidim version and update overrides

* Updated fullcalendar

* Updated content blocks views and styles

* Updated tests

* Fixed views

* Fixed rubocop error

* Lint

* Corrected Gemfile

* Change components width based on url
  • Loading branch information
alexrlpz authored Sep 10, 2024
1 parent 1221cce commit 3922145
Show file tree
Hide file tree
Showing 45 changed files with 842 additions and 689 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.1.1

jobs:
lint-report:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.2
NODE_VERSION: 16.9.1
RUBY_VERSION: 3.1.1
NODE_VERSION: 18.17.1

jobs:
test-report:
Expand Down
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ AllCops:
- "node_modules/**/*"
- "db/schema.rb"
- "vendor/**/*"

RSpec/DescribeClass:
Exclude:
- "spec/*"
- "spec/system/*"
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "0.27.2"
DECIDIM_VERSION = "0.28.2"

gem "decidim", DECIDIM_VERSION
gem "decidim-alternative_landing", path: "."
Expand All @@ -14,7 +14,7 @@ gem "bootsnap", "~> 1.4"
gem "puma", ">= 5.0.0"
gem "uglifier", "~> 4.1"

gem "faker", "~> 2.14"
gem "faker"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
Expand Down
Loading

0 comments on commit 3922145

Please sign in to comment.