rgeo / rgeo-activerecord

RGeo ActiveRecord extensions and tools for spatial connection adapters
Other
89 stars 64 forks source link

No guide about v7.0.x in README.md #70

Closed sanak closed 2 years ago

sanak commented 2 years ago

I encountered the following error when using activerecord-postgis-adapter v7.1.1.

Bundler could not find compatible versions for gem "rgeo-activerecord":
  In Gemfile:
    rgeo-activerecord (~> 6.2.2)

    activerecord-postgis-adapter (~> 7.1.1) was resolved to 7.1.1, which depends on
      rgeo-activerecord (~> 7.0.0)

I think that it's better to mention v7.0.x in README.md.

keithdoggett commented 2 years ago

Hi @sanak great catch, thanks! Getting a PR up now.

sanak commented 2 years ago

@keithdoggett Okay, thanks, too!