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.
2 parents 151b8f2 + 6562684 commit 5016fd0Copy full SHA for 5016fd0
embulk-output-bigquery.gemspec
@@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
16
17
# TODO
18
# 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
+ # Embulk 0.9 use JRuby 9.1.X.Y and it's compatible with Ruby 2.3.
+ # So, force install signet < 0.12 and google-api-client < 0.33.0
+ # Also, representable version >= 3.1.0 requires Ruby version >= 2.4
22
spec.add_dependency 'signet', '~> 0.7', '< 0.12.0'
23
spec.add_dependency 'google-api-client','< 0.33.0'
24
spec.add_dependency 'time_with_zone'
0 commit comments