Skip to content

Commit

Permalink
Merge pull request #66 from grosser/grosser/morex
Browse files Browse the repository at this point in the history
add minitest 5.22 and 5.21
  • Loading branch information
grosser authored May 29, 2024
2 parents f1b9fa4 + 1123d82 commit ed9159f
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gemfiles/514.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.14.0"
2 changes: 1 addition & 1 deletion gemfiles/515.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.15.0"
2 changes: 1 addition & 1 deletion gemfiles/516.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.16.0"
2 changes: 1 addition & 1 deletion gemfiles/517.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.17.0"
4 changes: 2 additions & 2 deletions gemfiles/518.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gem "minitest", "~> 5.18.0"
gemspec path: "../"
gem "minitest", "~> 5.18.0"
2 changes: 1 addition & 1 deletion gemfiles/519.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.19.0"
2 changes: 1 addition & 1 deletion gemfiles/520.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.20.0"
3 changes: 3 additions & 0 deletions gemfiles/521.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"
gemspec path: "../"
gem "minitest", "~> 5.21.0"
38 changes: 38 additions & 0 deletions gemfiles/521.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PATH
remote: ..
specs:
maxitest (5.5.0)
minitest (>= 5.14.0, < 5.24.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.1)
minitest (5.21.2)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
maxitest!
minitest (~> 5.21.0)
rake
rspec

BUNDLED WITH
2.5.10
3 changes: 3 additions & 0 deletions gemfiles/522.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"
gemspec path: "../"
gem "minitest", "~> 5.22.0"
38 changes: 38 additions & 0 deletions gemfiles/522.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PATH
remote: ..
specs:
maxitest (5.5.0)
minitest (>= 5.14.0, < 5.24.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.1)
minitest (5.22.3)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
maxitest!
minitest (~> 5.22.0)
rake
rspec

BUNDLED WITH
2.5.10
2 changes: 1 addition & 1 deletion gemfiles/523.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec :path=>"../"
gemspec path: "../"
gem "minitest", "~> 5.23.0"

0 comments on commit ed9159f

Please sign in to comment.