Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sinatra dependancy broken #1152

Closed
kgathi2 opened this issue Jul 25, 2016 · 2 comments
Closed

Sinatra dependancy broken #1152

kgathi2 opened this issue Jul 25, 2016 · 2 comments

Comments

@kgathi2
Copy link

kgathi2 commented Jul 25, 2016

Bundled Sinatra a few days ago and it worked. But now not working

# Gemfile
gem 'sinatra', require: false, github: 'sinatra'
# Console error
Bundler could not find compatible versions for gem "rack-protection":
  In Gemfile:
    sinatra was resolved to 2.0.0.pre.alpha, which depends on
      rack-protection (~> 2.0)

Could not find gem 'rack-protection (~> 2.0)', which is required by gem 'sinatra', in any of the sources.

Had to require last stable commit

gem 'sinatra', require: false, github: 'sinatra', ref: 'e7ef8e234fd36e389ec7e23d562de488fde7abff'

Waiting for stable release. Can't use gem sidekiq-web for now due to an Issue

@b264
Copy link

b264 commented Jul 25, 2016

#1149

@kgathi2
Copy link
Author

kgathi2 commented Jul 25, 2016

Thanks

gem "rack-protection", github: "sinatra/rack-protection"

@zzak zzak closed this as completed Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants