Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Could not find activesupport-5.2.3 in any of the sources
  2. Run `bundle install` to install missing gems.
  3.  
  4. Bundler attempted to update activesupport but its version stayed the same
  5. Bundle updated!
  6.  
  7. docker-compose run web gem install activesupport
  8. Fetching activesupport-5.2.3.gem
  9. Successfully installed activesupport-5.2.3
  10. 1 gem installed
  11.  
  12. $ docker-compose run web bin/rspec ./spec/some_spec.rb
  13. Could not find activesupport-5.2.3 in any of the sources
  14. Run `bundle install` to install missing gems.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement