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 mutant-minitest from 0.10.31 to 0.11.18 #300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :development do
# A fully configurable and extendable Git hook manager
gem "overcommit"

gem 'mutant-minitest', '~> 0.10.31'
gem 'mutant-minitest', '~> 0.11.18'

source 'https://oss:[email protected]' do
gem 'mutant-license'
Expand Down
35 changes: 20 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
remote: https://oss:[email protected]/
specs:
mutant-license (0.1.1.2.1839360472112769816023349048501540551457.0)

GEM
remote: https://rubygems.org/
specs:
aasm (5.2.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -97,7 +101,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.3.5)
erubi (1.10.0)
faraday (1.4.1)
Expand Down Expand Up @@ -138,7 +142,7 @@ GEM
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.5.1)
minitest (5.14.4)
minitest (5.17.0)
minitest-reporters (1.4.3)
ansi
builder
Expand All @@ -149,15 +153,15 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mutant (0.10.31)
mutant (0.11.18)
diff-lcs (~> 1.3)
parser (~> 3.0.0)
regexp_parser (~> 2.0, >= 2.0.3)
unparser (~> 0.6.0)
mutant-license (0.1.1.2.1839360472112769816023349048501540551457.0)
mutant-minitest (0.10.31)
parser (~> 3.2.0)
regexp_parser (~> 2.6.1)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.6)
mutant-minitest (0.11.18)
minitest (~> 5.11)
mutant (= 0.10.31)
mutant (= 0.11.18)
nio4r (2.5.7)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
Expand All @@ -173,7 +177,7 @@ GEM
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
parallel (1.20.1)
parser (3.0.1.0)
parser (3.2.0.0)
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
Expand Down Expand Up @@ -226,7 +230,7 @@ GEM
rbnacl (7.1.1)
ffi
redis (4.2.5)
regexp_parser (2.1.1)
regexp_parser (2.6.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down Expand Up @@ -268,6 +272,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sorbet-runtime (0.5.10611)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -301,9 +306,9 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unparser (0.6.0)
unparser (0.6.7)
diff-lcs (~> 1.3)
parser (>= 3.0.0)
parser (>= 3.2.0)
view_component (2.30.0)
activesupport (>= 5.0.0, < 7.0)
warden (1.2.9)
Expand Down Expand Up @@ -346,7 +351,7 @@ DEPENDENCIES
minitest-reporters
mocha (~> 1.2, >= 1.2.1)
mutant-license!
mutant-minitest (~> 0.10.31)
mutant-minitest (~> 0.11.18)
overcommit
pg (>= 0.18, < 2.0)
pry-rails
Expand Down