Skip to content

Commit 3922145

Browse files
authored
Bump decidim from 0.27.2 to 0.28.2 (#52)
* 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
1 parent 1221cce commit 3922145

File tree

45 files changed

+842
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+842
-689
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUBY_VERSION: 3.0.2
8+
RUBY_VERSION: 3.1.1
99

1010
jobs:
1111
lint-report:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
env:
8-
RUBY_VERSION: 3.0.2
9-
NODE_VERSION: 16.9.1
8+
RUBY_VERSION: 3.1.1
9+
NODE_VERSION: 18.17.1
1010

1111
jobs:
1212
test-report:

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ AllCops:
1414
- "node_modules/**/*"
1515
- "db/schema.rb"
1616
- "vendor/**/*"
17+
18+
RSpec/DescribeClass:
19+
Exclude:
20+
- "spec/*"
21+
- "spec/system/*"

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
ruby RUBY_VERSION
66

7-
DECIDIM_VERSION = "0.27.2"
7+
DECIDIM_VERSION = "0.28.2"
88

99
gem "decidim", DECIDIM_VERSION
1010
gem "decidim-alternative_landing", path: "."
@@ -14,7 +14,7 @@ gem "bootsnap", "~> 1.4"
1414
gem "puma", ">= 5.0.0"
1515
gem "uglifier", "~> 4.1"
1616

17-
gem "faker", "~> 2.14"
17+
gem "faker"
1818

1919
group :development, :test do
2020
gem "byebug", "~> 11.0", platform: :mri

0 commit comments

Comments
 (0)