Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install due to tzinfo error #49

Open
FarmerKJS opened this issue Nov 21, 2017 · 1 comment
Open

Can't install due to tzinfo error #49

FarmerKJS opened this issue Nov 21, 2017 · 1 comment

Comments

@FarmerKJS
Copy link

I am trying to install Thingspeak on a pc running Ubuntu 14.04. Everytime I try I get this error:
Fetching tzinfo-data 1.2013.8
Downloading tzinfo-data-1.2013.8 revealed dependencies not in the API or the lockfile (tzinfo (>= 1.0.0)).

Either installing with --full-index or running bundle update tzinfo-data should fix the problem.

In Gemfile:
tzinfo-data

I tried to do the bundle update like it says to but then it just brings up the same error again. Any help is appreciated!

@TheNogl
Copy link

TheNogl commented Jan 6, 2018

What worked for me, and I also read on another site:
go into the Gemfile.lock
search for tzinfo-data
change the version from 1.2013.8 to 1.2017.3 or whichever version is the newest

You can look the newest version up here

After this run "bundle install" again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants