Skip to content

Commit

Permalink
Merge pull request #19 from PopulateTools/bump-0.28-phone-number
Browse files Browse the repository at this point in the history
Adapt to 0.28 release and phone number enhancements
  • Loading branch information
entantoencuanto authored Jul 8, 2024
2 parents ef262d6 + b669e62 commit 5ba1c2f
Show file tree
Hide file tree
Showing 49 changed files with 1,037 additions and 741 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on: "push"

env:
CI: "true"
RUBY_VERSION: 3.0.2
NODE_VERSION: 16.9.1
RUBY_VERSION: 3.1.1
NODE_VERSION: 18.17.1

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.27-stable/.rubocop.yml
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.28-stable/.rubocop.yml

AllCops:
Include:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

DECIDIM_VERSION = "~> 0.27.4"
DECIDIM_VERSION = "~> 0.28"

source "https://rubygems.org"

Expand All @@ -20,7 +20,7 @@ group :development, :test do
end

group :development do
gem "faker", "~> 2.14"
gem "faker", "~> 3.3.1"
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "rubocop-faker"
Expand Down
Loading

0 comments on commit 5ba1c2f

Please sign in to comment.