SpringAll icon indicating copy to clipboard operation
SpringAll copied to clipboard

修改了依赖的版本号

Open zhouchenpo opened this issue 5 years ago • 1 comments

Orcale9之后就将oracle.jdbc.driver.OracleDriver改为oracle.jdbc.OracleDriver obdbc6版本为11.2.0.3

zhouchenpo avatar May 13 '20 13:05 zhouchenpo

looks odd path /home/user/.bundler

bummer avatar Sep 16 '10 09:09 bummer

I fixed this on Ubuntu 10.04 by running:

bundle config
bundle install

lennartkoopmann avatar Sep 16 '10 15:09 lennartkoopmann

Thanks but the problem is with the bundle exec thin start

claudior avatar Sep 16 '10 15:09 claudior

I'm having the same problem on mac.

joepolicy avatar Sep 16 '10 16:09 joepolicy

Yeah, my problem happened in bundle exec thin start, too. Fixed it with above steps.

lennartkoopmann avatar Sep 16 '10 16:09 lennartkoopmann

But when I enter the bundle config it only says: Settings are listed in order of priority. The top value will be used.

claudior avatar Sep 16 '10 16:09 claudior

I had a similar problem when trying to run the bundle exec thin start. Then I looked back and realize than when I initially did the bundle install, at the end it had a problem with permissions. Permission denied - /home/xio/.gem/specs (Errno::EACCES)

so i reset my permissions with - sudo chown -R xio:xio ~/.gem , and ran a bundle install again. Where xio is my username.

Seemed to solve my bundle install problems. But it might be completely unrelated.

nanobyte avatar Sep 16 '10 18:09 nanobyte

can we move these types of conversations to :

http://diaspora.shapado.com/

maxwell avatar Sep 20 '10 17:09 maxwell