Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fluent-plugin-bin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
fluent-plugin-bin
Commits
7ffc34b7
Commit
7ffc34b7
authored
Oct 05, 2021
by
Klaus Wölfel
Browse files
Options
Browse Files
Download
Plain Diff
gemspec: allow fluentd version < 2.0.0
See merge request
!2
parents
135e3948
762597bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fluent-plugin-bin.gemspec
fluent-plugin-bin.gemspec
+1
-1
No files found.
fluent-plugin-bin.gemspec
View file @
7ffc34b7
...
...
@@ -11,5 +11,5 @@ Gem::Specification.new do |gem|
gem
.
files
=
`git ls-files -z`
.
split
(
"
\x0
"
)
gem
.
require_paths
=
[
"lib"
]
gem
.
add_runtime_dependency
"
fluentd
"
,
"
~> 0.14
"
gem
.
add_runtime_dependency
"
fluentd
"
,
"
>= 0.14"
,
"< 2
"
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