Skip to content

Commit

Permalink
Fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored and grzuy committed Jan 22, 2025
1 parent fcf0603 commit 6573f2a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gemfiles/active_support_6_redis_cache_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ source "https://rubygems.org"

gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/active_support_6_redis_cache_store_pooled.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source "https://rubygems.org"
gem "activesupport", "~> 6.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/active_support_7_0_redis_cache_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ source "https://rubygems.org"

gem "activesupport", "~> 7.0.0"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/active_support_7_0_redis_cache_store_pooled.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source "https://rubygems.org"
gem "activesupport", "~> 7.0.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
source "https://rubygems.org"

gem "railties", "~> 6.0.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
source "https://rubygems.org"

gem "railties", "~> 6.1.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
source "https://rubygems.org"

gem "railties", "~> 7.0.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"

group :maintenance, optional: true do
gem "bake"
Expand Down

0 comments on commit 6573f2a

Please sign in to comment.