Update 'strong_parameters' from 0.1.4 to 0.2.3

9 views
Skip to first unread message

Eric Jefcoat

unread,
Feb 16, 2014, 10:40:56 PM2/16/14
to rubyonra...@googlegroups.com
Hello,

Can anyone tell me how to upgrade 'strong_parameters' from 0.1.4 to 0.2.3 on the Terminal? When I use 'update strong_parameters' it tell me that it no longer uses update. When I say upgrade it says command not found.  I am using RVM.

Thank you so much for your help,
Eric

Walter Lee Davis

unread,
Feb 17, 2014, 9:53:14 AM2/17/14
to rubyonra...@googlegroups.com

On Feb 16, 2014, at 10:40 PM, Eric Jefcoat wrote:

> Hello,
>
> Can anyone tell me how to upgrade 'strong_parameters' from 0.1.4 to 0.2.3 on the Terminal? When I use 'update strong_parameters' it tell me that it no longer uses update. When I say upgrade it says command not found. I am using RVM.

Remember that Bundler will be doing version dependency checks to ensure that you don't end up with a mismatch elsewhere in your application. What version of Rails is this project? What does your Gemfile say about strong_parameters in particular? Do you just have the line

gem 'strong_parameters'

with no version information defined? Or is there a version that is specified in that same line? If there's no version noted, then you may be getting the latest version of SP for your version of Rails in this project. Try these steps and just see what happens:

#cd into your project folder root
bundle update strong_parameters

Walter

>
> Thank you so much for your help,
> Eric
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/71615d9c-4cf9-48ad-b43d-f7879ff83159%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages