@@ -14,18 +14,13 @@ Gem::Specification.new do |spec|
14
14
spec . test_files = spec . files . grep ( %r{^(test|spec)/} )
15
15
spec . require_paths = [ "lib" ]
16
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'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
22
- spec . add_dependency 'signet' , '~> 0.7' , '< 0.12.0'
23
- spec . add_dependency 'google-api-client' , '< 0.33.0'
17
+ # the latest version
18
+ spec . add_dependency 'google-api-client' , '= 0.53.0'
24
19
spec . add_dependency 'time_with_zone'
25
- spec . add_dependency "representable" , [ '~> 3.0.0' , '< 3.1' ]
26
- # faraday 1.1.0 require >= Ruby 2.4.
27
- # googleauth 0.9.0 requires faraday ~> 0.12
28
- spec . add_dependency "faraday" , '~> 0.12'
20
+ spec . add_dependency 'thwait'
21
+ # activesupport require Ruby >= 2.7.0
22
+ # jruby-9.3.0.0 is MRI 2.6 compatible
23
+ spec . add_dependency 'activesupport' , "< 7.0"
29
24
30
25
spec . add_development_dependency 'bundler' , [ '>= 1.10.6' ]
31
26
spec . add_development_dependency 'rake' , [ '>= 10.0' ]
0 commit comments