bokmann / font-awesome-rails

the font-awesome font bundled as an asset for the rails asset pipeline
http://fortawesome.github.com/Font-Awesome/
MIT License
1.86k stars 244 forks source link

Support Rails 7.0 #224

Closed thr3a closed 2 years ago

thr3a commented 2 years ago

I tried to update rails and it failed to install. Is there any plan for font-awesome-rails to support Rails 7?

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

  In Gemfile:
    font-awesome-rails (= 4.7.0.6) was resolved to 4.7.0.6, which depends on
      railties (>= 3.2, < 6.2)

    rails (~> 7.0.0) was resolved to 7.0.0, which depends on
      railties (= 7.0.0)
immiel commented 2 years ago

Similar error was reproducible for font-awesome-rails version 4.7.0.7 (even after I deleted the gemfile lock, in attempt to fix it).

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
font-awesome-rails (~> 4.7, >= 4.7.0.7) was resolved to 4.7.0.7, which
depends on
      railties (>= 3.2, < 7)

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