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 be2ad7c commit b20a8a0Copy full SHA for b20a8a0
.gitignore
@@ -8,3 +8,4 @@ vendor/
8
.tags
9
your-project-000.json
10
embulk.jar
11
+config.yml
Gemfile
@@ -1,7 +1,10 @@
1
source 'https://rubygems.org/'
2
3
gemspec
4
-gem 'embulk'
+# INFO: v0.9系のembulkを使用している場合は『gem 'embulk', '< 0.10'』と指定してください
5
+# 参考: https://zenn.dev/hiroysato/articles/957b1b4f77d549
6
+# gem 'embulk'
7
+gem 'embulk', '< 0.10'
gem 'liquid', '= 4.0.0' # the version included in embulk.jar
gem 'embulk-parser-none'
gem 'embulk-parser-jsonl'
0 commit comments