Skip to content

install failing #207

@maia

Description

@maia

Is there any difference in installing secureheaders in comparison to other gems? The documentation does not have any details, and I keep failing:

  1. gem 'secureheaders' and bundle install leads to: Could not find gem 'secureheaders' in any of the gem sources listed in your Gemfile or available on this machine.
  2. gem 'secureheaders', github: 'twitter/secureheaders' leads to: Could not find gem 'secureheaders' in git://github.com/twitter/secureheaders.git (at master@d6dc261). Source does not contain any versions of 'secureheaders'
  3. gem 'secureheaders', git: 'https://github.com/twitter/secureheaders.git', branch: :master causes the same error on bundle install as with option 2 (which I assume is not surprising).

Thanks in advance!

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