Skip to content

Commit

Permalink
環境構築をRe:VIEW 5.8にあわせて更新(最新のものに)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhidaka committed Nov 3, 2023
1 parent 63851de commit 584a414
Show file tree
Hide file tree
Showing 10 changed files with 142 additions and 143 deletions.
38 changes: 30 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
review (2.3.0)
concurrent-ruby (1.2.2)
image_size (3.3.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
pandoc2review (1.4.0)
unicode-eaw
pastel (0.8.0)
tty-color (~> 0.5)
playwright-ruby-client (1.35.0)
concurrent-ruby (>= 1.1.6)
mime-types (>= 3.0)
playwright-runner (1.2.0)
playwright-ruby-client (~> 1.0)
rake (13.0.6)
review (5.8.0)
image_size
rexml
rouge
rubyzip
review-peg (0.2.2)
rouge (2.2.0)
rubyzip (1.2.1)
sass (3.4.25)
tty-logger
rexml (3.2.5)
rouge (4.1.2)
rubyzip (2.3.2)
tty-color (0.6.0)
tty-logger (0.6.0)
pastel (~> 0.8)
unicode-eaw (2.2.0)

PLATFORMS
ruby

DEPENDENCIES
review (= 2.3.0)
review-peg (= 0.2.2)
sass (= 3.4.25)
pandoc2review
playwright-runner
rake
review (= 5.8.0)

BUNDLED WITH
1.15.3
2 changes: 2 additions & 0 deletions articles/catalog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PREDEF:
- preface.re

CHAPS:
- writing-book.re
- planning-book.re
Expand All @@ -10,6 +11,7 @@ CHAPS:
- review-introduction.re
- configure.re
- build.re

APPENDIX:
- tips.re

Expand Down
Binary file removed articles/images/setup/install-language-review.png
Binary file not shown.
Binary file removed articles/images/setup/language-review-grammar1.png
Binary file not shown.
Binary file not shown.
Binary file removed articles/images/setup/language-review-sample.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added articles/images/setup/vscode_extensions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
245 changes: 110 additions & 135 deletions articles/setup.re

Large diffs are not rendered by default.

0 comments on commit 584a414

Please sign in to comment.