Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-frozen-components
Commits
6bd02731
Commit
6bd02731
authored
Dec 06, 2019
by
Jacek Lebioda
Browse files
Fixed version of Jekyll dependency
parent
92f994ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
jekyll-theme-lcsb-frozen-components.gemspec
View file @
6bd02731
...
...
@@ -12,5 +12,5 @@ Gem::Specification.new do |spec|
spec
.
files
=
`git ls-files -z`
.
split
(
"
\x0
"
).
select
{
|
f
|
f
.
match
(
%r!^(_plugins|LICENSE|README)!i
)
}
spec
.
add_runtime_dependency
"
jekyll
"
,
"
~
>
4
.0"
spec
.
add_runtime_dependency
"
jekyll
"
,
">
3
.0"
end
Write
Preview
Markdown
is supported
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