Aws-sdk gem: "Could not find mini_portile-0.6.0 in any of the sources"

I have installed the gem aws-sdk and I have a dependency issue. When I start the server everything works fine, but when I start the console I have this error:

Could not find mini_portile-0.6.0 in any of the sources

      

While the gem is correctly set:

$ bundle show mini_portile
/Users/Wedontplay/.rvm/gems/ruby-2.1.2@rails415/gems/mini_portile-0.6.0

      

I am using Ruby 2.1.2 and Rails 4.1.5 Any idea what is going on? Tx

+3


source to share





All Articles