Skip to content

Commit

Permalink
Lock concurrent-ruby to 1.3.4 (decidim#13879)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu authored Jan 20, 2025
1 parent 45efdc1 commit f4145fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ PATH
cells-erb (~> 0.1.0)
cells-rails (~> 0.1.3)
charlock_holmes (~> 0.7)
concurrent-ruby (= 1.3.4)
date_validator (~> 0.12.0)
devise (~> 4.7)
devise-i18n (~> 1.2)
Expand Down
3 changes: 3 additions & 0 deletions decidim-core/decidim-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Gem::Specification.new do |s|
end
end

# Lock Temporarily as it is failing in 0.29 branch. More info: https://github.com/rails/rails/pull/54264
s.add_dependency "concurrent-ruby", "= 1.3.4"

s.add_dependency "active_link_to", "~> 1.0"
s.add_dependency "acts_as_list", "~> 1.0"
s.add_dependency "batch-loader", "~> 2.0"
Expand Down
1 change: 1 addition & 0 deletions decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ PATH
cells-erb (~> 0.1.0)
cells-rails (~> 0.1.3)
charlock_holmes (~> 0.7)
concurrent-ruby (= 1.3.4)
date_validator (~> 0.12.0)
devise (~> 4.7)
devise-i18n (~> 1.2)
Expand Down

0 comments on commit f4145fa

Please sign in to comment.