jameshamann/jekyll-material-theme

bundle don't work

jhu104 opened this issue · 1 comments

After adding gem "material-theme" to Gemfile, I get below error when I execute bundle:
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java.
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Could not find gem 'material-theme' in any of the gem sources listed in your Gemfile.

Hi @jhu104 Thanks for pointing this out. This is a silly error by myself, I named the gem incorrectly in the README. It's actually jekyll-material-theme. I've updated the README to reflect this, thanks again for highlighting this!