tomkr4l / font_awesome5_rails

font_awesome_5_rails is font awesome 5 gem bundled for rails asset pipeline
https://fontawesome.com/
MIT License
158 stars 25 forks source link

Rails 5.2.3 support #36

Closed voska closed 5 years ago

voska commented 5 years ago

Hi!

I want to update my app to rails 5.2.3. However, I can't with the error below.

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

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

    font-awesome5-rails (= 1.0.1) was resolved to 1.0.1, which depends on
      railties (>= 3.2, < 5.2)

    rails (~> 5.2.3) was resolved to 5.2.3, which depends on
      railties (= 5.2.3)

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

    web-console (>= 3.3.0) was resolved to 3.7.0, which depends on
      railties (>= 5.0)
voska commented 5 years ago

Closing because I confused font_awesome5_rails with font-awesome5-rails ...