Skip to content

Commit

Permalink
Upgrade 0.27 (#32)
Browse files Browse the repository at this point in the history
* Upgrade to 0.27

* Replace Rectify to Decidim

* Update decidim-navitagion_maps.gemspec and update compatible decidim version

* Replace attached? with present? to avoid undefined method error

* Lint files with Rubocop
  • Loading branch information
fblupi authored Sep 26, 2023
1 parent 6ac6ece commit 8a77ecc
Show file tree
Hide file tree
Showing 19 changed files with 332 additions and 297 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.5
RUBY_VERSION: 3.0.2

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:11
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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: 2.7
TargetRubyVersion: 3.0

RSpec:
Patterns:
Expand Down
2 changes: 1 addition & 1 deletion 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 = { git: "https://github.com/decidim/decidim" }
DECIDIM_VERSION = "0.26.1"
DECIDIM_VERSION = "0.27.2"

gem "decidim", DECIDIM_VERSION

Expand Down
Loading

0 comments on commit 8a77ecc

Please sign in to comment.