Skip to content

Commit

Permalink
Fix concurrent-ruby dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 18, 2025
1 parent 7c5f92a commit 7124ef7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/active_support_6_redis_cache_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "concurrent-ruby", "<= 1.3.4"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/active_support_7_0_redis_cache_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "activesupport", "~> 7.0.0"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "concurrent-ruby", "<= 1.3.4"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "railties", "~> 6.0.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "concurrent-ruby", "<= 1.3.4"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "railties", "~> 6.1.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "concurrent-ruby", "<= 1.3.4"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "railties", "~> 7.0.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "concurrent-ruby", "<= 1.3.4"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
Expand Down

0 comments on commit 7124ef7

Please sign in to comment.