Skip to content

Commit 5016fd0

Browse files
authored
Merge pull request #135 from okuramasafumi/patch-1
Comment fixes on gemspec
2 parents 151b8f2 + 6562684 commit 5016fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

embulk-output-bigquery.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
1616

1717
# TODO
1818
# signet 0.12.0 and google-api-client 0.33.0 require >= Ruby 2.4.
19-
# Embulk 0.9 use JRuby 9.1.X.Y and It compatible Ruby 2.3.
20-
# So, Force install signet < 0.12 and google-api-client < 0.33.0
21-
# Also, representable veresion > 3.1.0 requires Ruby version >= 2.4
19+
# Embulk 0.9 use JRuby 9.1.X.Y and it's compatible with Ruby 2.3.
20+
# So, force install signet < 0.12 and google-api-client < 0.33.0
21+
# Also, representable version >= 3.1.0 requires Ruby version >= 2.4
2222
spec.add_dependency 'signet', '~> 0.7', '< 0.12.0'
2323
spec.add_dependency 'google-api-client','< 0.33.0'
2424
spec.add_dependency 'time_with_zone'

0 commit comments

Comments
 (0)