firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

"The dependency tzinfo-data (>= 0) will be unused..." #102

Closed raghubetina closed 4 years ago

raghubetina commented 4 years ago

Whenever we bundle we get:

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`.

Can we get rid of this? Perhaps by adding

bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java

before the bundle install in the template?

jelaniwoods commented 4 years ago

Resolved with #103