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

Rails 6.1 support #206

Closed Vasfed closed 3 years ago

Vasfed commented 4 years ago

Rails master is 6.1.0-alpha now, but current gemfile limits rails to <6.1.

Most probably this is just a question of relaxing version requirement.

rmm5t commented 4 years ago

I'll relax the gemspec in the master branch, but please note that there won't be an official gem release of font-awesome-rails until there's an official alpha or beta release of rails 6.1 published to rubygems.

connorshea commented 3 years ago

There's a rails 6.1.0.rc1 released on RubyGems now :)

afomera commented 3 years ago

Just to add to this, we've been running 6.1rc1/6.1rc2 in production and things have been working fine with the gem overall. Just need to bump the Gemspec so it will work with the official 6.1 release expected next week :)

kvokka commented 3 years ago

Rails 6.1 is out 🎉

Can you please bump the gem version with the latest master?

EnziinSystem commented 3 years ago

Please upload to Rubygems.org.

Now, if I want to use Rails 6.1.0, I need to install this gem from github.

morgoth commented 3 years ago

@bokmann would it be possible to have a release with Rails 6.1 support?

ShockwaveNN commented 3 years ago

@rmm5t ping

I think it's just a simple release new gem task? or there is some known troubles with rails v6.1

kvokka commented 3 years ago

@rmm5t Can you please also publish gem to rubygems? Thank you

yevhene commented 3 years ago

@rmm5t Please release it

ShockwaveNN commented 3 years ago

@rmm5t Any news on releasing gem to rubygems?