Skip to content

Commit

Permalink
Merge pull request #7 from gencat/downgrade_ruby
Browse files Browse the repository at this point in the history
Upgrade Decidim version and downgrade Ruby version
  • Loading branch information
tramuntanal authored Aug 6, 2024
2 parents f3da2f3 + 20c97ad commit 7a6b7d2
Show file tree
Hide file tree
Showing 11 changed files with 327 additions and 302 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.1.3
RUBY_VERSION: 3.0.7

jobs:
lint-report:
Expand All @@ -25,4 +25,4 @@ jobs:
bundler-cache: true

- run: bundle exec rubocop -P
name: Lint Ruby files
name: Lint Ruby files
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.1.3
RUBY_VERSION: 3.0.7

jobs:
test-report:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
timeout_minutes: 10
max_attempts: 3
retry_on: error
command: bundle install --jobs 4 --retry 3
command: bundle install --jobs 4 --retry 3

- name: Generate test_app
run: |
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ AllCops:
# If a value is specified for TargetRubyVersion then it is used.
# Else if .ruby-version exists and it contains an MRI version it is used.
# Otherwise we fallback to the oldest officially supported Ruby version (2.0).
TargetRubyVersion: 3.1.3
TargetRubyVersion: 3.0.7

# Indent private/protected/public as deep as method definitions
Layout/AccessModifierIndentation:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.0.7
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ Following Semantic Versioning 2.

## next version:

## Version 0.0.6 (MINOR)
- Increase minimum Decidim version to 0.27.6
- Downgrade Ruby version to 3.0.7
- Adapt to Zeitwerk

## Version 0.0.5 (MINOR)
- Increase minimum Decidim version to 0.27.2
- Upgrade Ruby version to 3.1.1

## Version 0.0.4 (MINOR)
- Increase minimum Decidim version to 0.26.2
Expand Down
Loading

0 comments on commit 7a6b7d2

Please sign in to comment.