Skip to content

Commit

Permalink
test: automatic update of appraisal gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 14, 2023
1 parent c9bd363 commit d7c546d
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gemfiles/active_support_redis_cache_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/active_support_redis_cache_store_pooled.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ gem "activesupport", "~> 6.1.0"
gem "connection_pool", "~> 2.2"
gem "redis", "~> 5.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/active_support_redis_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "redis-activesupport", "~> 5.0"
gem "redis-store", "1.9.1"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/connection_pool_dalli.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "connection_pool", "~> 2.2"
gem "dalli", "~> 3.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/dalli2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "dalli", "~> 2.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/dalli3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "dalli", "~> 3.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rack_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ gem "activesupport", ">= 4.2"
gem "rack", "~> 1.6"
gem "rack-test", ">= 0.6"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
6 changes: 5 additions & 1 deletion gemfiles/rack_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
source "https://rubygems.org"

gem "rack", "~> 2.0"
gem "railties"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rack_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "rack", "~> 3.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ source "https://rubygems.org"
gem "railties", "~> 4.2.0"
gem "rack-test", ">= 0.6"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "railties", "~> 5.2.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "railties", "~> 6.0.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "railties", "~> 6.1.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "railties", "~> 7.0.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/redis_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "redis", "~> 4.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/redis_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "redis", "~> 5.0"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/redis_store.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ source "https://rubygems.org"

gem "redis-store", "~> 1.5"

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end

gemspec path: "../"

0 comments on commit d7c546d

Please sign in to comment.