We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822a312 commit edea856Copy full SHA for edea856
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org/'
2
3
gemspec
4
-gem 'embulk', '< 0.10' # INFO: v0.9系のembulkコマンドを使う場合はエラーになるのでバージョン指定してください。参考: https://zenn.dev/hiroysato/articles/957b1b4f77d549
+gem 'embulk', '< 0.10' # INFO: v0.9系のembulkを使用するためのバージョン指定、参考: https://zenn.dev/hiroysato/articles/957b1b4f77d549
5
gem 'liquid', '= 4.0.0' # the version included in embulk.jar
6
gem 'embulk-parser-none'
7
gem 'embulk-parser-jsonl'
0 commit comments