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.97k stars 1.2k forks source link

Can't find 9.0 on rubygems, 8.1 not support Rails 7.0.0.alpha2, but 5.0.0 installs ok and migrations passed #1062

Closed nleo closed 2 years ago

nleo commented 2 years ago
$ bundle
Fetching gem metadata from https://rubygems.org/............
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

$ bundle
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Bundler could not find compatible versions for gem "activerecord":
  In snapshot (Gemfile.lock):
    activerecord (= 7.0.0.alpha2)

  In Gemfile:
    acts-as-taggable-on (~> 8.1) was resolved to 8.1.0, which depends on
      activerecord (< 6.2, >= 5.0)

    rails was resolved to 7.0.0.alpha2, which depends on
      activerecord (= 7.0.0.alpha2)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

$ ruby -v
ruby 3.1.0preview1 (2021-11-09 master 5a3b2e6141) [x86_64-linux]
SeanLF commented 2 years ago

9.0 hasn't been released on rubygems yet

seuros commented 2 years ago

please use master branch to test the gem.

gem 'acts-as-taggable-on', github: 'mbleigh/acts-as-taggable-on'
tclaus commented 2 years ago

@mbleigh Did you forget to push the new gem?

seuros commented 2 years ago

@tclaus i will release it on monday. Please test master and let me know if you face any bug/regression.

mjansing commented 2 years ago

Master seems to work but still no 9.0 on rubygems.

oamike commented 2 years ago

Trying today Jan5, 9.0 still not available on rubygems.org

Fetching source index from https://rubygems.org/ Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/

seuros commented 2 years ago

https://rubygems.org/gems/acts-as-taggable-on/versions/9.0.0