Skip to content

Commit

Permalink
Make rendering test faster using updated yamatanooroti
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Sep 6, 2024
1 parent 5353924 commit 6e7198b
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 117 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|

if is_unix && ENV['WITH_VTERM']
gem "vterm", github: "ruby/vterm-gem"
gem "yamatanooroti", github: "ruby/yamatanooroti", ref: "f6e47192100d6089f70cf64c1de540dcaadf005a"
gem "yamatanooroti", github: "tompng/yamatanooroti", branch: 'better_assertion', ref: '415a438c'
end

gem 'bundler'
Expand Down
Loading

0 comments on commit 6e7198b

Please sign in to comment.