torquebox / backstage

Queue/Topic/Job viewer for TorqueBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem won't bundle with Rails 3.2 app

ruprict opened this issue · comments

When I try to bundle with JRuby 1.7.8 and Rails 3.2.14, I get:

Bundler could not find compatible versions for gem "sass":
In Gemfile:
torquebox-backstage (>= 0) java depends on
sass (~> 3.1.2) java

zurb-foundation (~> 4.3.1) java depends on
  sass (3.2.12)

Can we bump the sass requirements? (Or am I messing something up?)

Are you adding torquebox-backstage to your Rails application's Gemfile? If so, that's where things are going wrong. Right now backstage is meant to be deployed as a separate application to TorqueBox, not as part of other TorqueBox applications.

I am doing that. I'll stop doing that.

Thanks.