File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
22
22
spec . require_paths = [ 'lib' ]
23
23
24
- spec . add_dependency 'aws-sdk-core' , '~> 3'
24
+ spec . add_dependency 'aws-sdk-core' , '~> 3.130 '
25
25
spec . add_dependency 'google-api-client' , '~> 0.23'
26
26
spec . add_dependency 'launchy' , '~> 2'
27
27
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ def initialize(options = {})
23
23
end
24
24
25
25
def refresh_if_near_expiration
26
- if near_expiration?
26
+ if near_expiration? ( SYNC_EXPIRATION_LENGTH )
27
27
@mutex . synchronize do
28
- if near_expiration?
28
+ if near_expiration? ( SYNC_EXPIRATION_LENGTH )
29
29
refresh
30
30
write_credentials
31
31
end
You can’t perform that action at this time.
0 commit comments