Skip to content

Commit

Permalink
Force concurrent-ruby v.1.3.4 to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mr committed Jan 30, 2025
1 parent 1c2ec9d commit b0e04db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
ruby RUBY_VERSION
DECIDIM_VERSION = { git: "https://github.com/CodiTramuntana/decidim", branch: "release/0.28-stable_decidim_templates" }.freeze

gem "concurrent-ruby", "1.3.4"
gem "decidim", DECIDIM_VERSION
gem "decidim-templates", DECIDIM_VERSION

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ GEM
logger (~> 1.5)
chronic (0.10.2)
commonmarker (0.23.11)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -909,6 +909,7 @@ DEPENDENCIES
bootsnap
byebug
capybara-screenshot
concurrent-ruby (= 1.3.4)
daemons
database_cleaner
decidim!
Expand Down

0 comments on commit b0e04db

Please sign in to comment.