Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates version number instructions for installing gem #164

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

kevinmcalear
Copy link
Contributor

When I tried to add gem 'acts_as_paranoid', '~> 0.7.0' to my Gemfile, it gave me:

Could not find gem 'acts_as_paranoid (~> 0.7.0)' in any of the gem sources listed in your Gemfile.

After looking into it further, it looks like the latest version is only 0.6.3 in rubygems.org:

https://rubygems.org/gems/acts_as_paranoid

When I tried to  add `gem 'acts_as_paranoid', '~> 0.7.0'` to my `Gemfile`, it gave me: 

`Could not find gem 'acts_as_paranoid (~> 0.7.0)' in any of the gem sources listed in your Gemfile.`

After looking into it further, it looks like the latest version is only 0.6.3 in rubygems.org:

https://rubygems.org/gems/acts_as_paranoid
@mvz
Copy link
Contributor

mvz commented Jun 26, 2020

Related to #162. Maybe we should just leave out the number completely?

@mvz mvz merged commit 5976362 into ActsAsParanoid:master Jun 29, 2020
@mvz mvz mentioned this pull request Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants