Skip to content

Commit ed1e041

Browse files
committed
ci: fix embulk gem version installed by bundler to fix CI error
1 parent e2634ee commit ed1e041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org/'
22

33
gemspec
4-
gem 'embulk', '> 0.10.0'
4+
gem 'embulk', '= 0.10.49'
55
gem 'embulk-parser-none'
66
gem 'embulk-parser-jsonl'
77
gem 'pry-nav'

0 commit comments

Comments
 (0)