Skip to content

Commit a21aba4

Browse files
Update ruby_version in modules
1 parent d734d72 commit a21aba4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

decidim-age_action_authorization/decidim-age_action_authorization.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.homepage = "https://github.com/diputacioBCN/decidim-diba"
1515
s.license = "AGPLv3"
1616

17-
s.required_ruby_version = ">= 3.2.6"
17+
s.required_ruby_version = ">= 3.3.4"
1818

1919
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2020

decidim-census/decidim-census.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2020

21-
s.required_ruby_version = ">= 3.2.6"
21+
s.required_ruby_version = ">= 3.3.4"
2222

2323
CENSUS_DECIDIM_VERSION = "~>#{Decidim::Census::VERSION}".freeze
2424

decidim-diba_census_api/decidim-diba_census_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.email = ["daniel.gomez@marsbased.com"]
1111
s.license = "AGPL-3.0"
1212
s.homepage = "https://github.com/diputacioBCN/decidim-diba"
13-
s.required_ruby_version = ">= 3.2.6"
13+
s.required_ruby_version = ">= 3.3.4"
1414

1515
s.name = "decidim-diba_census_api"
1616
s.summary = "AuthorizationHandler provider against the Diputació of Barcelona Census API"

decidim-ldap/decidim-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2020

21-
s.required_ruby_version = ">= 3.2.6"
21+
s.required_ruby_version = ">= 3.3.4"
2222

2323
LDAP_DECIDIM_VERSION = "~> #{Decidim::Ldap::VERSION}".freeze
2424

0 commit comments

Comments
 (0)