chronick / middleman-bower-template

A middleman template that uses bower for asset management, and a few other defaults I found useful.
Other
39 stars 22 forks source link

Gem Unresolved specs #3

Closed crucialfelix closed 10 years ago

crucialfelix commented 10 years ago

This is a freshly created site using the middleman-bower-template. I run bundle install and yet I still get these unresolved specs errors.

I'm not that expert with Gems. Maybe these are your global (or in everybody's global) and I should just install them myself ? Not sure.

    WARN: Unresolved specs during Gem::Specification.reset:
          activesupport (~> 3.2.6)
          rb-fsevent (>= 0.9.3)
          rb-inotify (>= 0.9)
          i18n (~> 0.6.1)
    WARN: Clearing out unresolved specs.
    Please report a bug if this causes problems.
    /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/runtime.rb:33:in `block in setup': You have already activated tilt 1.4.1, but your Gemfile requires tilt 1.3.7. Using bundle exec may solve this. (Gem::LoadError)
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/runtime.rb:19:in `setup'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/setup.rb:7:in `<top (required)>'
        from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:73:in `require'
        from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:73:in `require'
        from /Library/Ruby/Gems/2.0.0/gems/middleman-core-3.2.1/lib/middleman-core/load_paths.rb:30:in `setup_load_paths'
        from /Library/Ruby/Gems/2.0.0/gems/middleman-core-3.2.1/bin/middleman:10:in `<top (required)>'
        from /usr/bin/middleman:23:in `load'
        from /usr/bin/middleman:23:in `<main>'
hanno-jonlay commented 10 years ago

Have you tried a bundle update? Sometimes the gems need to be cleaned out.

If you're still having problems related to i18n, I'd also recommend updating the middleman gem version in your Gemfile to 3.2.2, which fixed several issues with localisation (and run bundle update after doing so).

chronick commented 10 years ago

Doing a fresh install of this on my computer seems to work. Closing this for now, please open if this is still a problem.