Skip to content

Commit

Permalink
Merge pull request #3 from maimux2x/diff_of_setup
Browse files Browse the repository at this point in the history
diff of setup
  • Loading branch information
hasumikin authored Feb 23, 2024
2 parents 9670b03 + 8140be3 commit 09c8430
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
Expand All @@ -231,8 +230,9 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -276,6 +276,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down
6 changes: 3 additions & 3 deletions _data/sidebars/picoruby_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ entries:
product: PicoRuby
version: master
folders:
- title:
- title:
output: pdf
type: frontmatter
folderitems:
- title:
- title:
url: "/titlepage.html"
output: pdf
type: frontmatter
- title:
- title:
url: "/tocpage.html"
output: pdf
type: frontmatter
Expand Down
16 changes: 8 additions & 8 deletions lib/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.2)
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -17,7 +17,7 @@ GEM
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.9)
csv (3.2.8)
drb (2.2.0)
ruby2_keywords
ffi (1.16.3)
Expand All @@ -30,17 +30,17 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
minitest (5.21.2)
minitest (5.22.2)
mutex_m (0.2.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
racc (1.7.3)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.4.1)
rbs (3.4.4)
abbrev
ruby2_keywords (0.0.5)
securerandom (0.3.1)
Expand All @@ -59,21 +59,21 @@ GEM
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.0.8)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
activesupport
rbs
steep (~> 1.6.0)

BUNDLED WITH
2.6.0.dev
2.5.4

0 comments on commit 09c8430

Please sign in to comment.