LoadError by requiring a gem with :path or :git

前端 未结 2 1115
旧巷少年郎
旧巷少年郎 2021-01-04 20:22

I\'ve got a really strange problem here.

I forked a gem on github to do some modifications, cloned my repo on my local machine, made the changes and changed the Gemf

2条回答
  •  长发绾君心
    2021-01-04 20:43

    You'll have to load the bundler environment before running the test.rb

    bundle exec ruby test.rb
    

提交回复
热议问题