datamade / my-reps

:busts_in_silhouette: Enter your address to find your elected representatives. Powered by the Google Civic Information API
https://myreps.datamade.us
MIT License
70 stars 178 forks source link

Different version of bundler required? #30

Open MokeEire opened 2 years ago

MokeEire commented 2 years ago

After following the Jekyll installation instructions, and installing Ruby, I am getting an error when I run jekyll serve -w:

Could not find 'bundler' (1.17.2) required by your C:/Users/.../my-reps/Gemfile.lock. (Gem::MissingSpecVersionError)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:1.17.2`

I installed Ruby+Devkit 3.0 which may be the problem, but thought I would let you know in case this can be solved by updating the lock file. Thanks for the brilliant install instructions though, very helpful!

MokeEire commented 2 years ago

And now I am running into an error each package because the versions are different. Can I easily install the specific versions or try to serve the site with the versions I have installed (which seem to be more recently updated)?