Unable to install v1.5.0
rmkanda opened this issue · 1 comments
rmkanda commented
@nhunzaker I am getting the below error when I try to install v1.5.0.
Gemfile.lock
GIT
remote: https://github.com/vigetlabs/active_material.git
revision: 22f8aa0654e62229ba9d23a1a7db94dacc0463c1
specs:
active_material (1.5.0)
Log
Your bundle is locked to active_material (1.5.0), but that version could not be found in any of the sources listed in your
Gemfile. If you haven't changed sources, that means the author of active_material (1.5.0) has removed it. You'll need to update
your bundle to a version other than active_material (1.5.0) that hasn't been removed in order to install.
rmkanda commented
you can install version 1.5 using the below config. Closing the issue
gem 'active_material', github: 'vigetlabs/active_material', tag: 'v1.5.0'
cc: @cwmanning