roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Fix Gemspec Deprecation #109

Closed jessedoyle closed 5 years ago

jessedoyle commented 5 years ago

I was seeing this error when installing my bundle:

Fetching git@github.com:roidrage/redis-session-store.git
NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
Gem::Specification#has_rdoc= called from /home/travis/.rvm/gems/ruby-2.3.1/bundler/gems/redis-session-store-547d9908bae7/redis-session-store.gemspec:11.

SEE: https://blog.rubygems.org/2009/05/04/1.3.3-released.html

Jesterovskiy commented 5 years ago

@jessedoyle thank you