Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroelin authored and mfroelin committed Jan 31, 2023
1 parent 66e6fc6 commit 5cc667a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source 'https://rubygems.org'

gem 'wdm', '~> 0.1.0' if Gem.win_platform?
gem 'asciidoctor', '~> 1.5.4'
gem 'coderay', '1.1.1'

gem 'jekyll'

group :jekyll_plugins do
gem 'jekyll-gist'
gem 'jekyll-paginate'
gem "jekyll-asciidoc"
end

gem 'asciidoctor', '~> 1.5.4'
gem 'coderay', '1.1.1'

end
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@ GEM
asciidoctor (1.5.8)
coderay (1.1.1)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7-x64-mingw32)
faraday (2.7.1)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
google-protobuf (3.21.12-x64-mingw32)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.1)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -42,16 +43,16 @@ GEM
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
Expand All @@ -60,23 +61,24 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
public_suffix (5.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.0)
rouge (4.0.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sass-embedded (1.57.1-x64-mingw32)
google-protobuf (~> 3.21)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.3.0)
webrick (1.7.0)
unicode-display_width (2.4.2)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
x64-mingw32
Expand All @@ -88,6 +90,7 @@ DEPENDENCIES
jekyll-asciidoc
jekyll-gist
jekyll-paginate
wdm (~> 0.1.0)

BUNDLED WITH
2.3.26
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ socialmedia:

sass:
sass_dir : _sass
style : :compressed
style : compressed


# ___ __ __ _
Expand Down
5 changes: 3 additions & 2 deletions pages/doc_instal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "QMRITools installation"
subheadline: "How to install QMRITools"
teaser: "If it doesn't work, read again."
permalink: /doc/instal/

header: no
---

Expand Down Expand Up @@ -44,9 +45,9 @@ versions you can replace them but functionality is not guaranteed. For
the latest version of these tools and their user license please visit
their website.

- [dcm2niix](https://github.com/rordenlab/dcm2niix/)
- [dcm2niix](https://github.com/rordenlab/dcm2niix/){:target="_blank"}
- dcm2niix.exe
- [Elastix](http://elastix.isi.uu.nl/)
- [Elastix](http://elastix.isi.uu.nl/){:target="_blank"}
- elastix.exe
- transformix.exe

Expand Down

0 comments on commit 5cc667a

Please sign in to comment.