Closed Nerian closed 4 years ago
Oh I noticed that if I just put gem 'candy_check'
in the Gemfile it will use a very old version of candy_check. If I force the current version for candy_check, then google-api-client is downgraded.
From 0.36.4 to 0.34.1 .
And Rails loads.
gem 'google-api-client'
gem 'candy_check', '0.2.1'
I think this is related to having candy_check's Google Api dependency set to ~> 0.34.0
. Maybe we should soften this restriction to ~> 0.34
?
@christophweegen What is your opinion here? Can you test with google-api-client:0.36.4
?
Any news?
Hey @Nerian, sorry for the late reply. I just released candy_check:0.3.0
which uses google-api-client:0.43.0
. Can you please check if your problem still persists after upgrading?
Thanks!
Using
I get an error merely trying to get rails to start. Seems like this gem is not requiring the google-api-client gem correctly.
Any workaround?