gingerhot / font-mfizz-rails

The font-mfizz font bundled as an asset for the rails asset pipeline.
MIT License
3 stars 1 forks source link

Doesn't work with Rails 5.2.0.rc1 #2

Open elsurudo opened 6 years ago

elsurudo commented 6 years ago

Due to dependencies:

Bundler could not find compatible versions for gem "railties":
  In snapshot (Gemfile.lock):
    railties (= 5.2.0.rc1)

  In Gemfile:
    coffee-rails was resolved to 4.2.2, which depends on
      railties (>= 4.0.0)

    font-mfizz-rails (~> 1.1) was resolved to 1.1.0, which depends on
      railties (< 5.1, >= 3.2)

    rails (~> 5.2.0.rc1) was resolved to 5.2.0.rc1, which depends on
      railties (= 5.2.0.rc1)

    sass-rails (~> 5.0) was resolved to 5.0.7, which depends on
      railties (< 6, >= 4.0.0)

    web-console (>= 3.3.0) was resolved to 3.5.1, which depends on
      railties (>= 5.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
gingerhot commented 6 years ago

Thanks for your contribution~

I've change the dependent version of railties and released a new version(without testing), you may try a bundle update?