mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.19k forks source link

Cant find version 9 on ruby gems #1070

Closed brobles82 closed 2 years ago

brobles82 commented 2 years ago

Could not find gem 'acts-as-taggable-on (~> 9.0)' in rubygems repository https://rubygems.org/ or installed locally. The source contains the following versions of 'acts-as-taggable-on': 0.0.0, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16, 1.0.17, 1.0.18, 1.0.19, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 2.0.0.pre1, 2.0.0.pre3, 2.0.0.pre4, 2.0.0.pre5, 2.0.0.rc1, 2.0.0.rc2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0.beta, 2.4.0, 2.4.1, 3.0.0, 3.0.1, 3.0.2, 3.1.0.rc1, 3.1.0, 3.1.1, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.3.0, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.5.0, 4.0.0.pre, 4.0.0, 5.0.0, 6.0.0, 6.5.0, 7.0.0, 8.0.0, 8.1.0

brobles82 commented 2 years ago

ok solved with this

gem 'acts-as-taggable-on', "~> 9.0" , github: 'mbleigh/acts-as-taggable-on'