Guest User

Untitled

a guest
Jul 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2.  
  3. ## Installed gems
  4. dgs@dgs-laptop:~/code/voyager$ gem list --local
  5.  
  6. *** LOCAL GEMS ***
  7.  
  8. (amongst others)
  9. activerecord-oracle_enhanced-adapter (1.2.1, 1.2.0, 1.1.9)
  10.  
  11. ## config/environment.rb
  12. config.gem 'oracle-enhanced_adapter', :lib => 'activerecord-oracle_enhanced-adapter', :version => '>= 1.2.1'
  13.  
  14. ## Error when starting
  15.  
  16. dgs@dgs-laptop:~/code/voyager$ script/console
  17. Loading test environment (Rails 2.3.2)
  18. Missing these required gems:
  19. oracle-enhanced_adapter >= 1.2.1
  20.  
  21. You're running:
  22. ruby 1.8.7.72 at /usr/bin/ruby1.8
  23. rubygems 1.3.1 at /home/dgs/.gem/ruby/1.8, /usr/lib/ruby/gems/1.8
  24.  
  25. Run `rake gems:install` to install the missing gems.
Add Comment
Please, Sign In to add comment