Skip to content

Commit

Permalink
Restrict other gems to support older rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Dec 10, 2024
1 parent e211203 commit d6cf130
Show file tree
Hide file tree
Showing 60 changed files with 317 additions and 208 deletions.
4 changes: 2 additions & 2 deletions packages/api_chai/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ source "https://rubygems.org"
# Specify your gem's dependencies in api_chai.gemspec
gemspec

gem "activesupport", "< 7.2.0"
gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"
14 changes: 8 additions & 6 deletions packages/api_chai/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
tzinfo (~> 2.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -46,6 +46,7 @@ GEM
xml-simple (~> 1.1.9)
logger (1.6.2)
minitest (5.25.4)
mutex_m (0.3.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -101,15 +102,14 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.0)
securerandom (0.3.2)
thor (1.3.2)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
with_env (1.1.0)
xml-simple (1.1.9)
rexml
Expand All @@ -121,13 +121,15 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (< 7.2.0)
api_chai!
appraisal (~> 2.5.0)
license_finder (~> 7.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-powerhome (= 0.5.0)
securerandom (< 0.4.0)

BUNDLED WITH
2.4.22
2 changes: 0 additions & 2 deletions packages/api_chai/api_chai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "appraisal", "~> 2.5.0"

spec.add_development_dependency "license_finder", "~> 7.0"

spec.add_development_dependency "rubocop-powerhome", "0.5.0"
end
2 changes: 2 additions & 0 deletions packages/api_chai/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "6.0.6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"

gemspec path: "../"
3 changes: 3 additions & 0 deletions packages/api_chai/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.2)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -229,6 +230,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (< 7.2.0)
api_chai!
appraisal (~> 2.5.0)
license_finder (~> 7.0)
Expand All @@ -237,6 +239,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-powerhome (= 0.5.0)
securerandom (< 0.4.0)

BUNDLED WITH
2.4.22
2 changes: 2 additions & 0 deletions packages/api_chai/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "6.1.7.7"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"

gemspec path: "../"
3 changes: 3 additions & 0 deletions packages/api_chai/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.2)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -232,6 +233,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (< 7.2.0)
api_chai!
appraisal (~> 2.5.0)
license_finder (~> 7.0)
Expand All @@ -240,6 +242,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-powerhome (= 0.5.0)
securerandom (< 0.4.0)

BUNDLED WITH
2.4.22
2 changes: 2 additions & 0 deletions packages/api_chai/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "7.0.8.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"

gemspec path: "../"
3 changes: 3 additions & 0 deletions packages/api_chai/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.2)
thor (1.3.2)
timeout (0.4.2)
tomlrb (2.0.3)
Expand All @@ -231,6 +232,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (< 7.2.0)
api_chai!
appraisal (~> 2.5.0)
license_finder (~> 7.0)
Expand All @@ -239,6 +241,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-powerhome (= 0.5.0)
securerandom (< 0.4.0)

BUNDLED WITH
2.4.22
2 changes: 1 addition & 1 deletion packages/audit_tracker/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source "https://rubygems.org"

gem "byebug"
gem "license_finder", ">= 7.0"
gem "net-imap", "< 0.5.0"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/audit_tracker/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source "https://rubygems.org"

gem "byebug"
gem "license_finder", ">= 7.0"
gem "net-imap", "< 0.5.0"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.1.7.7"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/audit_tracker/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source "https://rubygems.org"

gem "byebug"
gem "license_finder", ">= 7.0"
gem "net-imap", "< 0.5.0"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "7.0.8.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.1.7.7"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "7.1.3.2"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/consent/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/consent/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "6.1.7.7"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/consent/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "net-imap", "< 0.5.0"
gem "rails", "7.0.8.1"

gemspec path: "../"
2 changes: 2 additions & 0 deletions packages/cygnet/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ source "https://rubygems.org"

gemspec

gem "net-imap", "< 0.5.0"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
10 changes: 10 additions & 0 deletions packages/cygnet/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.1.5)
drb (2.2.1)
Expand All @@ -60,6 +61,11 @@ GEM
logger (1.6.2)
method_source (1.1.0)
minitest (5.25.4)
net-imap (0.4.18)
date
net-protocol
net-protocol (0.2.2)
timeout
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -126,6 +132,7 @@ GEM
test-unit (3.1.5)
power_assert
thor (1.3.2)
timeout (0.4.2)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -135,6 +142,7 @@ GEM
xml-simple (1.1.9)
rexml
yard (0.9.21)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-20
Expand All @@ -152,6 +160,7 @@ DEPENDENCIES
bundler (~> 2.1)
cygnet!
license_finder (~> 7.0)
net-imap (< 0.5.0)
pry (>= 0.14)
pry-byebug (= 3.10.1)
rainbow (= 2.2.2)
Expand All @@ -161,6 +170,7 @@ DEPENDENCIES
simplecov (= 0.15.1)
test-unit (= 3.1.5)
yard (= 0.9.21)
zeitwerk (< 2.7.0)

BUNDLED WITH
2.5.23
2 changes: 2 additions & 0 deletions packages/cygnet/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"

gemspec path: "../"
Loading

0 comments on commit d6cf130

Please sign in to comment.