Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Teams
Engagement
Websites
GNOME HIG CSS Library
Commits
ffd03680
Commit
ffd03680
authored
Apr 03, 2021
by
Claudio Wunder
📖
Browse files
refactor(gemfile): updated gemfile structure
parent
bf2ce2b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
documentation/Gemfile
View file @
ffd03680
source
"https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem
"jekyll"
,
"~> 4.2.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem
"minima"
,
"~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
gem
"webrick"
,
"~> 1.7"
group
:jekyll_plugins
do
gem
"jekyll-feed"
,
"~> 0.12"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms
:mingw
,
:x64_mingw
,
:mswin
,
:jruby
do
gem
"tzinfo"
,
"~> 1.2"
gem
"tzinfo-data"
end
# Performance-booster for watching directories on Windows
gem
"wdm"
,
"~> 0.1.1"
,
:platforms
=>
[
:mingw
,
:x64_mingw
,
:mswin
]
# Documentation theme
gem
"just-the-docs"
,
"~> 0.3.3"
gem
"webrick"
,
"~> 1.7"
documentation/Gemfile.lock
View file @
ffd03680
...
...
@@ -50,10 +50,6 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
...
...
@@ -78,7 +74,6 @@ DEPENDENCIES
jekyll (~> 4.2.0)
jekyll-feed (~> 0.12)
just-the-docs (~> 0.3.3)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment