diff --git a/Appraisals b/Appraisals index 86865d7e..ebc226e4 100644 --- a/Appraisals +++ b/Appraisals @@ -100,7 +100,7 @@ def self.with_minitest_shoulda_context_gem(minitest_versions: 5, shoulda_context Array(shoulda_matchers_versions).each do |shoulda_matchers_v| appraise "minitest-#{minitest_v}-shoulda-context-#{shoulda_context_v}-shoulda-matchers-#{shoulda_matchers_v}" do gem "minitest", "~> #{minitest_v}" - gem "shoulda-context", "~> #{shoulda_context_v}" + gem "shoulda-context", github: "thoughtbot/shoulda-context", branch: "main" gem "shoulda-matchers", "~> #{shoulda_matchers_v}" end end diff --git a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index 1e411861..c63ac7eb 100644 --- a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -19,7 +19,7 @@ gem "pimpmychangelog", ">= 0.1.2" gem "simplecov" gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" -gem "shoulda-context", "~> 2" +gem "shoulda-context", github: "thoughtbot/shoulda-context", branch: "main" gem "shoulda-matchers", "~> 6" group :check do diff --git a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index b21380ba..b8d2dd62 100644 --- a/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/jruby_9.4_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/thoughtbot/shoulda-context.git + revision: 36d5c380ead406d48587bdbfdc9d8b06a4efce9c + branch: main + specs: + shoulda-context (2.0.0) + PATH remote: .. specs: @@ -100,7 +107,6 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - shoulda-context (2.0.0) shoulda-matchers (6.1.0) activesupport (>= 5.2.0) simplecov (0.22.0) @@ -150,7 +156,7 @@ DEPENDENCIES rspec rspec-collection_matchers rspec_junit_formatter - shoulda-context (~> 2) + shoulda-context! shoulda-matchers (~> 6) simplecov simplecov-cobertura (~> 2.1.0) diff --git a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index c9ee7fa3..99e4539d 100644 --- a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -20,7 +20,7 @@ gem "pimpmychangelog", ">= 0.1.2" gem "simplecov" gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" -gem "shoulda-context", "~> 2" +gem "shoulda-context", github: "thoughtbot/shoulda-context", branch: "main" gem "shoulda-matchers", "~> 6" group :check do diff --git a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index 389237b4..3da4748d 100644 --- a/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.1_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/thoughtbot/shoulda-context.git + revision: 36d5c380ead406d48587bdbfdc9d8b06a4efce9c + branch: main + specs: + shoulda-context (2.0.0) + PATH remote: .. specs: @@ -100,7 +107,6 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - shoulda-context (2.0.0) shoulda-matchers (6.1.0) activesupport (>= 5.2.0) simplecov (0.22.0) @@ -149,7 +155,7 @@ DEPENDENCIES rspec rspec-collection_matchers rspec_junit_formatter - shoulda-context (~> 2) + shoulda-context! shoulda-matchers (~> 6) simplecov simplecov-cobertura (~> 2.1.0) diff --git a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index c9ee7fa3..99e4539d 100644 --- a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -20,7 +20,7 @@ gem "pimpmychangelog", ">= 0.1.2" gem "simplecov" gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" -gem "shoulda-context", "~> 2" +gem "shoulda-context", github: "thoughtbot/shoulda-context", branch: "main" gem "shoulda-matchers", "~> 6" group :check do diff --git a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index 389237b4..3da4748d 100644 --- a/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.2_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/thoughtbot/shoulda-context.git + revision: 36d5c380ead406d48587bdbfdc9d8b06a4efce9c + branch: main + specs: + shoulda-context (2.0.0) + PATH remote: .. specs: @@ -100,7 +107,6 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - shoulda-context (2.0.0) shoulda-matchers (6.1.0) activesupport (>= 5.2.0) simplecov (0.22.0) @@ -149,7 +155,7 @@ DEPENDENCIES rspec rspec-collection_matchers rspec_junit_formatter - shoulda-context (~> 2) + shoulda-context! shoulda-matchers (~> 6) simplecov simplecov-cobertura (~> 2.1.0) diff --git a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile index c9ee7fa3..99e4539d 100644 --- a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile +++ b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile @@ -20,7 +20,7 @@ gem "pimpmychangelog", ">= 0.1.2" gem "simplecov" gem "simplecov-cobertura", "~> 2.1.0" gem "minitest", "~> 5" -gem "shoulda-context", "~> 2" +gem "shoulda-context", github: "thoughtbot/shoulda-context", branch: "main" gem "shoulda-matchers", "~> 6" group :check do diff --git a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock index 683f2a0e..95bdb4af 100644 --- a/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock +++ b/gemfiles/ruby_3.3_minitest_5_shoulda_context_2_shoulda_matchers_6.gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/thoughtbot/shoulda-context.git + revision: 36d5c380ead406d48587bdbfdc9d8b06a4efce9c + branch: main + specs: + shoulda-context (2.0.0) + PATH remote: .. specs: @@ -103,7 +110,6 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - shoulda-context (2.0.0) shoulda-matchers (6.1.0) activesupport (>= 5.2.0) simplecov (0.22.0) @@ -153,7 +159,7 @@ DEPENDENCIES rspec rspec-collection_matchers rspec_junit_formatter - shoulda-context (~> 2) + shoulda-context! shoulda-matchers (~> 6) simplecov simplecov-cobertura (~> 2.1.0)