Skip to content

Commit

Permalink
update deps, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neontapir committed Dec 3, 2024
1 parent e2c22c6 commit 6a20b40
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
36 changes: 20 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ GEM
cucumber-messages (> 19, < 27)
cucumber-messages (22.0.0)
cucumber-tag-expressions (6.1.1)
date (3.4.1)
debase (0.2.7)
debase-ruby_core_source (>= 3.3.6)
debase-ruby_core_source (3.3.6)
Expand Down Expand Up @@ -143,9 +144,9 @@ GEM
ice_nine (0.11.2)
iniparse (1.5.0)
jaro_winkler (1.6.0)
json (2.8.2)
kramdown (2.4.0)
rexml
json (2.9.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
Expand All @@ -156,7 +157,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
log_switch (0.3.0)
logger (1.6.1)
logger (1.6.2)
lumberjack (1.2.10)
method_source (1.1.0)
mini_mime (1.1.5)
Expand All @@ -175,7 +176,7 @@ GEM
rspec-core (>= 3.8.0, < 4.0.0)
namecase (2.0.0)
nenv (0.3.0)
nokogiri (1.16.7)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
Expand All @@ -200,7 +201,8 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
racc (1.8.1)
Expand All @@ -216,7 +218,7 @@ GEM
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
Expand All @@ -234,18 +236,18 @@ GEM
rspec-support (~> 3.13.0)
rspec-pride (3.2.1)
rspec (~> 3.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rspec-support (3.13.2)
rubocop (1.69.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -303,10 +305,10 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
sorbet-runtime (0.5.11647)
sorbet-runtime (0.5.11672)
stringio (3.1.2)
sync (0.5.0)
sys-uname (1.3.0)
sys-uname (1.3.1)
ffi (~> 1.1)
tailor (1.4.1)
log_switch (~> 0.3.0)
Expand All @@ -326,7 +328,9 @@ GEM
titleize (1.4.1)
tty-which (0.5.0)
unicode (0.4.4.5)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/depart_command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
end
end

context 'with a team as the move subject yields the first person (Justic League)' do
context 'with a team as the move subject yields the first person (Justice League)' do
departed_folder = File.join(Settings.root, Settings.departed_root)
old_team_folder = File.join(Settings.root, 'justice-league')
batman = 'bruce-wayne'
Expand Down

0 comments on commit 6a20b40

Please sign in to comment.