Skip to content

Update Gemfile mingw > windows #1016

@ns-rse

Description

@ns-rse

On building locally I see the following warning...

❱ bundle exec jekyll serve
Could not find gem 'github-pages' in locally installed gems.
Run `bundle install` to install missing gems.
❱ bundle install
[DEPRECATED] Platform :mingw, :mswin, :x64_mingw will be removed in the future. Please use platform :windows instead.

The Gemfile contains

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Because of the pending deprication this should probably be converted to...

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:windows, :jruby]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions