2

we can use :git=>'git path'来bundle install gem, but how to use them from a svn path?

mlzboy
  • 14,343
  • 23
  • 76
  • 97

1 Answers1

2

Bundler 1.0 only supports Git repositories, so I'm afraid you can't tie your Gemfile to a Subversion repository.

Stéphan Kochen
  • 19,513
  • 9
  • 61
  • 50