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

Conflict with tilt 1.4.0 #1269

Closed
joekain opened this issue May 2, 2013 · 7 comments
Closed

Conflict with tilt 1.4.0 #1269

joekain opened this issue May 2, 2013 · 7 comments

Comments

@joekain
Copy link

joekain commented May 2, 2013

I just installed the padrino gem version 0.11.1 on Mac OS X 10.7 and I get the following error trying to generate a new project:

$ padrino g project myapp -d datamapper -b
      create
      create  .gitignore
      create  config.ru
      create  config/apps.rb
      create  config/boot.rb
      create  public/favicon.ico
      create  public/images
      create  public/javascripts
      create  public/stylesheets
      create  tmp
      create  .components
      create  app
      create  app/app.rb
      create  app/controllers
      create  app/helpers
      create  app/views
      create  app/views/layouts
      create  Gemfile
      create  Rakefile
    applying  datamapper (orm)...
       apply  orms/datamapper
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      insert  Gemfile
      create  config/database.rb
      insert  config/boot.rb
    skipping  test component...
    skipping  mock component...
    skipping  script component...
    applying  slim (renderer)...
       apply  renderers/slim
      insert  Gemfile
    skipping  stylesheet component...
   identical  .components
       force  .components
       force  .components
Bundling application dependencies using bundler...
         run  bundle install from "."
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..

Bundler could not find compatible versions for gem "tilt":
  In Gemfile:
    padrino (= 0.11.1) ruby depends on
      tilt (~> 1.3.0) ruby

    padrino (= 0.11.1) ruby depends on
      tilt (1.4.0)

If I just add the line

gem 'tilt', '1.3.7'

to the Gemfile and run

bundle install

then the install works and I can use the resulting project.

@melbert
Copy link

melbert commented May 2, 2013

I can reproduce this on OS X 10.8.3.

@Ortuna
Copy link
Member

Ortuna commented May 3, 2013

+1

@Ortuna
Copy link
Member

Ortuna commented May 3, 2013

Getting this on the travis build as well here

@antonh
Copy link

antonh commented May 3, 2013

+1

Adding gem 'tilt', '1.3.7' to the Gemfile as mentioned by joekain solves it.

@DAddYE
Copy link
Member

DAddYE commented May 3, 2013

Mmm very very strange, we will solve this asap! -.-'

@lampe
Copy link

lampe commented May 4, 2013

i got that bug to on elementary os luna (based on ubuntu 12.04)

@thedanielmay
Copy link

Seems to be a bug with bundler: rubygems/bundler#2464

@ujifgc ujifgc closed this as completed in bfbe483 May 10, 2013
WaYdotNET added a commit to WaYdotNET/padrino-framework that referenced this issue May 15, 2013
* upstream/master: (21 commits)
  Side stepped rack-test limitations with non-ASCII
  Added monkey patch to http_router to handle utf-8 chars
  Reproduced same error
  typo fix
  Added test and UTF encoding
  Lock minitest version from going to 5
  Fixed warning, minitest/autorun should be required first
  fixes padrino#1283
  fix test suite to catch non-safe html
  fixes padrino#1274, fixes padrino#1269
  Double quote replacement
  Formated text + single quote replacement
  Removed newline
  Removed unused smtp_settings variable
  Typo fixe + license year removal
  Fixed encoding parameter in Rakefile
  Removed Java like comment style
  Fixed intendation, and punctuation mark
  Typo fixes and intendation of private method block
  Remove tilt comment
  ...
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

7 participants