Skip to content

Commit

Permalink
Bump minitest versions to 5.14.3 (#148)
Browse files Browse the repository at this point in the history
On an upcoming commit I was getting spec failures because the locked version of minitest does not work with rails 3.1.1, so bumping to one that should work: https://github.com/seattlerb/minitest/blob/master/History.rdoc#5143--2021-01-05-

```
minitest-5.14.2 requires ruby version < 3.1, >= 2.2, which is incompatible with
the current version, ruby 3.1.1p18
Error: Process completed with exit code 5.
```
  • Loading branch information
ransombriggs authored Apr 14, 2022
1 parent 59d37d2 commit 48e6930
Show file tree
Hide file tree
Showing 22 changed files with 246 additions and 71 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
rails_dependencies = proc do
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
gem "jdbc-sqlite3", platform: :jruby
install_if '-> { Gem::Requirement.new(">= 2.6.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) }' do
gem "net-ftp"
end
end

appraisals = {
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "appraisal"
gem "appraisal", github: 'thoughtbot/appraisal', ref: '2f5be65b8e127bd602fd149f395f2f8fa50616a8'
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/no_rails_rspec_gte_3_10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", ref: "2f5be65b8e127bd602fd149f395f2f8fa50616a8", git: "https://github.com/thoughtbot/appraisal"
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand Down
18 changes: 12 additions & 6 deletions gemfiles/no_rails_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/thoughtbot/appraisal
revision: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
ref: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
Expand All @@ -9,10 +19,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
appraisal (2.3.0)
bundler
rake
thor (>= 0.14.0)
ast (2.4.1)
attr_extras (6.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -62,15 +68,15 @@ GEM
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
thor (1.0.1)
thor (1.2.1)
unicode-display_width (1.7.0)
warnings_logger (0.1.1)

PLATFORMS
ruby

DEPENDENCIES
appraisal
appraisal!
childprocess
climate_control
pry-byebug
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/no_rails_rspec_lt_3_10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", ref: "2f5be65b8e127bd602fd149f395f2f8fa50616a8", git: "https://github.com/thoughtbot/appraisal"
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand Down
18 changes: 12 additions & 6 deletions gemfiles/no_rails_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/thoughtbot/appraisal
revision: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
ref: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
Expand All @@ -9,10 +19,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
appraisal (2.3.0)
bundler
rake
thor (>= 0.14.0)
ast (2.4.1)
attr_extras (6.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -62,15 +68,15 @@ GEM
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
thor (1.0.1)
thor (1.2.1)
unicode-display_width (1.7.0)
warnings_logger (0.1.1)

PLATFORMS
ruby

DEPENDENCIES
appraisal
appraisal!
childprocess
climate_control
pry-byebug
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_5_0_rspec_gte_3_10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", ref: "2f5be65b8e127bd602fd149f395f2f8fa50616a8", git: "https://github.com/thoughtbot/appraisal"
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand All @@ -18,4 +18,8 @@ gem "sqlite3", "~> 1.3.6", platform: [:ruby, :mswin, :mingw]
gem "rspec", ">= 3.10", "< 4"
gem "rspec-rails"

install_if -> { Gem::Requirement.new(">= 2.6.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) } do
gem "net-ftp"
end

gemspec path: "../"
28 changes: 22 additions & 6 deletions gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/thoughtbot/appraisal
revision: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
ref: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -33,10 +43,6 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.3.0)
bundler
rake
thor (>= 0.14.0)
arel (7.1.4)
ast (2.4.1)
attr_extras (6.2.4)
Expand All @@ -47,6 +53,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
date (3.2.2)
diff-lcs (1.4.4)
erubis (2.7.0)
i18n (1.8.5)
Expand All @@ -56,7 +63,12 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.5.1)
minitest (5.14.2)
minitest (5.14.3)
net-ftp (0.1.3)
net-protocol
time
net-protocol (0.1.3)
timeout
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -127,6 +139,9 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
time (0.2.0)
date
timeout (0.2.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand All @@ -138,10 +153,11 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 5.0.0)
activerecord-jdbcsqlite3-adapter
appraisal
appraisal!
childprocess
climate_control
jdbc-sqlite3
net-ftp
pry-byebug
pry-nav
railties (~> 5.0.0)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_5_0_rspec_lt_3_10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", ref: "2f5be65b8e127bd602fd149f395f2f8fa50616a8", git: "https://github.com/thoughtbot/appraisal"
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand All @@ -18,4 +18,8 @@ gem "sqlite3", "~> 1.3.6", platform: [:ruby, :mswin, :mingw]
gem "rspec", "< 3.10"
gem "rspec-rails"

install_if -> { Gem::Requirement.new(">= 2.6.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) } do
gem "net-ftp"
end

gemspec path: "../"
28 changes: 22 additions & 6 deletions gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/thoughtbot/appraisal
revision: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
ref: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -33,10 +43,6 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.3.0)
bundler
rake
thor (>= 0.14.0)
arel (7.1.4)
ast (2.4.1)
attr_extras (6.2.4)
Expand All @@ -47,6 +53,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
date (3.2.2)
diff-lcs (1.4.4)
erubis (2.7.0)
i18n (1.8.5)
Expand All @@ -56,7 +63,12 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.5.1)
minitest (5.14.2)
minitest (5.14.3)
net-ftp (0.1.3)
net-protocol
time
net-protocol (0.1.3)
timeout
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -127,6 +139,9 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
time (0.2.0)
date
timeout (0.2.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand All @@ -138,10 +153,11 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 5.0.0)
activerecord-jdbcsqlite3-adapter
appraisal
appraisal!
childprocess
climate_control
jdbc-sqlite3
net-ftp
pry-byebug
pry-nav
railties (~> 5.0.0)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/rails_5_1_rspec_gte_3_10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal"
gem "appraisal", ref: "2f5be65b8e127bd602fd149f395f2f8fa50616a8", git: "https://github.com/thoughtbot/appraisal"
gem "childprocess"
gem "climate_control"
gem "pry-byebug", platform: :mri
Expand All @@ -18,4 +18,8 @@ gem "sqlite3", "~> 1.3.6", platform: [:ruby, :mswin, :mingw]
gem "rspec", ">= 3.10", "< 4"
gem "rspec-rails"

install_if -> { Gem::Requirement.new(">= 2.6.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) } do
gem "net-ftp"
end

gemspec path: "../"
28 changes: 22 additions & 6 deletions gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: https://github.com/thoughtbot/appraisal
revision: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
ref: 2f5be65b8e127bd602fd149f395f2f8fa50616a8
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -33,10 +43,6 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.3.0)
bundler
rake
thor (>= 0.14.0)
arel (8.0.0)
ast (2.4.1)
attr_extras (6.2.4)
Expand All @@ -47,6 +53,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
date (3.2.2)
diff-lcs (1.4.4)
erubi (1.9.0)
i18n (1.8.5)
Expand All @@ -56,7 +63,12 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.5.1)
minitest (5.14.2)
minitest (5.14.3)
net-ftp (0.1.3)
net-protocol
time
net-protocol (0.1.3)
timeout
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -127,6 +139,9 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
time (0.2.0)
date
timeout (0.2.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand All @@ -138,10 +153,11 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 5.1.0)
activerecord-jdbcsqlite3-adapter
appraisal
appraisal!
childprocess
climate_control
jdbc-sqlite3
net-ftp
pry-byebug
pry-nav
railties (~> 5.1.0)
Expand Down
Loading

0 comments on commit 48e6930

Please sign in to comment.