Skip to content

Commit

Permalink
adding explicit minitest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaorlov committed Nov 22, 2023
1 parent c123f04 commit 367fbbe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 4.0.13"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_20, :mri_21, :mri_22]
Expand Down
1 change: 1 addition & 0 deletions gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 4.1.14"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_20, :mri_21, :mri_22]
Expand Down
1 change: 1 addition & 0 deletions gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 4.2.5.1"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_20, :mri_21, :mri_22]
Expand Down
1 change: 1 addition & 0 deletions gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 5.0.0"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_20, :mri_21, :mri_22]
Expand Down
1 change: 1 addition & 0 deletions gemfiles/5.2.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 5.2.3"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_20, :mri_21, :mri_22]
Expand Down
1 change: 1 addition & 0 deletions gemfiles/6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal"
gem "activesupport", "~> 6.0.0"
gem "addressable", "~> 2.2"
gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "minitest", "~> 5"

group :development, :test do
gem "byebug", :platforms => [:mri_25]
Expand Down

0 comments on commit 367fbbe

Please sign in to comment.