Skip to content

Commit

Permalink
Add gems moving out of stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 14, 2024
1 parent bfcb9f7 commit 86c9eff
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/mysql2/6-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.0.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/mysql2/6-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.1.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/mysql2/7-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 7.0.1"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/postgresql/6-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.0.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/postgresql/6-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.1.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/postgresql/7-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 7.0.1"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/sqlite3/6-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.0.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/sqlite3/6-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.1.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/sqlite3/7-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 7.0.1"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/trilogy/6-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.0.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/trilogy/6-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 6.1.0"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"
4 changes: 4 additions & 0 deletions gemfiles/trilogy/7-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ group :test do
gem "simplecov-lcov", ">= 0.8.0", require: false

gem "activerecord", "~> 7.0.1"

gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

gemspec path: "../../"

0 comments on commit 86c9eff

Please sign in to comment.