Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minitest versions to 5.14.3 #148

Merged
merged 4 commits into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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