Last active
July 7, 2016 07:50
-
-
Save Confusion/94aba43cafef678012da581d537ad415 to your computer and use it in GitHub Desktop.
bundle-env for bundler issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my-user@photon:~/dev/our-company/products/our-product$ bundle env | |
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`. | |
Environment | |
Bundler 1.12.5 | |
Rubygems 2.6.6 | |
Ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux] | |
GEM_HOME /home/my-user/.rvm/gems/ruby-2.2.3@our-company | |
GEM_PATH /home/my-user/.rvm/gems/ruby-2.2.3@our-company:/home/my-user/.rvm/gems/ruby-2.2.3@global | |
RVM 1.26.9 (1.26.9) | |
Git 2.7.4 | |
Bundler settings | |
jobs | |
Set for your local app (/home/my-user/dev/our-company/products/our-product/.bundle/config): "4" | |
no_prune | |
Set for your local app (/home/my-user/dev/our-company/products/our-product/.bundle/config): "true" | |
orig_path | |
Set via BUNDLE_ORIG_PATH: "/home/my-user/.rvm/gems/ruby-1.2.3@our-company/bin:/home/my-user/.rvm/gems/ruby-2.2.3@global/bin:/home/my-user/.rvm/rubies/ruby-2.2.3/bin:/home/my-user/.rvm/bin:/home/my-user/.local/bin:/home/my-user/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/cxoffice/bin" | |
orig_gem_path | |
Set via BUNDLE_ORIG_GEM_PATH: "/home/my-user/.rvm/gems/ruby-2.2.3@our-company:/home/my-user/.rvm/gems/ruby-2.2.3@global" | |
Gemfile | |
source "https://gems.our-company.com/external" | |
source "http://build-gems.our-company.com/" | |
# Test dependencies | |
group :development, :test do | |
gem 'our-gem', '~> 1.3' | |
end | |
Gemfile.lock | |
GEM | |
remote: https://gems.our-company.com/external/ | |
remote: http://build-gems.our-company.com/ | |
specs: | |
actionmailer (4.1.14.1) | |
actionpack (= 4.1.14.1) | |
actionview (= 4.1.14.1) | |
mail (~> 2.5, >= 2.5.4) | |
actionpack (4.1.14.1) | |
actionview (= 4.1.14.1) | |
activesupport (= 4.1.14.1) | |
rack (~> 1.5.2) | |
rack-test (~> 0.6.2) | |
actionview (4.1.14.1) | |
activesupport (= 4.1.14.1) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
activemodel (4.1.14.1) | |
activesupport (= 4.1.14.1) | |
builder (~> 3.1) | |
activerecord (4.1.14.1) | |
activemodel (= 4.1.14.1) | |
activesupport (= 4.1.14.1) | |
arel (~> 5.0.0) | |
activesupport (4.1.14.1) | |
i18n (~> 0.6, >= 0.6.9) | |
json (~> 1.7, >= 1.7.7) | |
minitest (~> 5.1) | |
thread_safe (~> 0.1) | |
tzinfo (~> 1.1) | |
addressable (2.3.8) | |
arel (5.0.1.20140414130214) | |
ast (2.1.0) | |
astrolabe (1.3.1) | |
parser (~> 2.2) | |
our-company-development (1.2.20160616.094804) | |
activesupport (~> 4.1) | |
byebug (~> 8.0) | |
cucumber (~> 2.1) | |
geminabox (~> 0.12) | |
guard (~> 2.13) | |
guard-cucumber (~> 1.6) | |
guard-rspec (~> 4.6) | |
guard-rubocop (~> 1.2) | |
libnotify (~> 0.9) | |
rake (~> 10.4) | |
rb-inotify (~> 0.9) | |
redcarpet (~> 3.3) | |
rspec (~> 3.3) | |
rspec-collection_matchers (~> 1.1) | |
rspec-its (~> 1.2) | |
rubocop (~> 0.35) | |
simplecov (~> 0.10.0) | |
yard (~> 0.8) | |
builder (3.2.2) | |
byebug (8.2.1) | |
capistrano (3.4.0) | |
i18n | |
rake (>= 10.0.0) | |
sshkit (~> 1.3) | |
capistrano-bundler (1.1.4) | |
capistrano (~> 3.1) | |
sshkit (~> 1.2) | |
capistrano-maintenance (0.0.5.our-company.1) | |
capistrano (>= 3.0) | |
capistrano-rails (1.1.5) | |
capistrano (~> 3.1) | |
capistrano-bundler (~> 1.1) | |
capistrano-rvm (0.1.2) | |
capistrano (~> 3.0) | |
sshkit (~> 1.2) | |
capybara (2.5.0) | |
mime-types (>= 1.16) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
xpath (~> 2.0) | |
childprocess (0.5.8) | |
ffi (~> 1.0, >= 1.0.11) | |
coderay (1.1.0) | |
colorize (0.7.7) | |
cucumber (2.1.0) | |
builder (>= 2.1.2) | |
cucumber-core (~> 1.3.0) | |
diff-lcs (>= 1.1.3) | |
gherkin3 (~> 3.1.0) | |
multi_json (>= 1.7.5, < 2.0) | |
multi_test (>= 0.1.2) | |
cucumber-core (1.3.0) | |
gherkin3 (~> 3.1.0) | |
cucumber-rails (1.4.0) | |
capybara (>= 1.1.2) | |
cucumber (>= 1.2.0) | |
nokogiri (>= 1.5.0) | |
rails (>= 3.0.0) | |
daemons (1.2.3) | |
database_cleaner (1.5.1) | |
diff-lcs (1.2.5) | |
docile (1.1.5) | |
erubis (2.7.0) | |
eventmachine (1.0.8) | |
factory_girl (4.5.0) | |
activesupport (>= 3.0.0) | |
factory_girl_rails (4.5.0) | |
factory_girl (~> 4.5.0) | |
railties (>= 3.0.0) | |
faraday (0.9.2) | |
multipart-post (>= 1.2, < 3) | |
ffi (1.9.10) | |
formatador (0.2.5) | |
geminabox (0.12.4) | |
builder | |
faraday | |
httpclient (>= 2.2.7) | |
nesty | |
sinatra (>= 1.2.7) | |
gherkin3 (3.1.2) | |
guard (2.13.0) | |
formatador (>= 0.2.4) | |
listen (>= 2.7, <= 4.0) | |
lumberjack (~> 1.0) | |
nenv (~> 0.1) | |
notiffany (~> 0.0) | |
pry (>= 0.9.12) | |
shellany (~> 0.0) | |
thor (>= 0.18.1) | |
guard-compat (1.2.1) | |
guard-cucumber (1.6.0) | |
cucumber (~> 2.0) | |
guard-compat (~> 1.0) | |
nenv (~> 0.1) | |
guard-rspec (4.6.4) | |
guard (~> 2.1) | |
guard-compat (~> 1.1) | |
rspec (>= 2.99.0, < 4.0) | |
guard-rubocop (1.2.0) | |
guard (~> 2.0) | |
rubocop (~> 0.20) | |
httpclient (2.7.0.1) | |
i18n (0.7.0) | |
json (1.8.3) | |
kgio (2.10.0) | |
launchy (2.4.3) | |
addressable (~> 2.3) | |
libnotify (0.9.1) | |
ffi (>= 1.0.11) | |
listen (3.0.4) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9) | |
lumberjack (1.0.9) | |
mail (2.6.3) | |
mime-types (>= 1.16, < 3) | |
method_source (0.8.2) | |
mime-types (2.6.2) | |
mini_portile (0.6.2) | |
minitest (5.8.2) | |
multi_json (1.11.2) | |
multi_test (0.1.2) | |
multipart-post (2.0.0) | |
nenv (0.2.0) | |
nesty (1.0.2) | |
net-scp (1.2.1) | |
net-ssh (>= 2.6.5) | |
net-ssh (3.0.1) | |
nokogiri (1.6.6.2) | |
mini_portile (~> 0.6.0) | |
notiffany (0.0.8) | |
nenv (~> 0.1) | |
shellany (~> 0.0) | |
parser (2.2.3.0) | |
ast (>= 1.1, < 3.0) | |
powerpack (0.1.1) | |
pry (0.10.3) | |
coderay (~> 1.1.0) | |
method_source (~> 0.8.1) | |
slop (~> 3.4) | |
rack (1.5.5) | |
rack-protection (1.5.3) | |
rack | |
rack-test (0.6.3) | |
rack (>= 1.0) | |
rails (4.1.14.1) | |
actionmailer (= 4.1.14.1) | |
actionpack (= 4.1.14.1) | |
actionview (= 4.1.14.1) | |
activemodel (= 4.1.14.1) | |
activerecord (= 4.1.14.1) | |
activesupport (= 4.1.14.1) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.1.14.1) | |
sprockets-rails (~> 2.0) | |
railties (4.1.14.1) | |
actionpack (= 4.1.14.1) | |
activesupport (= 4.1.14.1) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rainbow (2.0.0) | |
raindrops (0.15.0) | |
rake (10.4.2) | |
rb-fsevent (0.9.6) | |
rb-inotify (0.9.5) | |
ffi (>= 0.5.0) | |
redcarpet (3.3.3) | |
rspec (3.3.0) | |
rspec-core (~> 3.3.0) | |
rspec-expectations (~> 3.3.0) | |
rspec-mocks (~> 3.3.0) | |
rspec-collection_matchers (1.1.2) | |
rspec-expectations (>= 2.99.0.beta1) | |
rspec-core (3.3.2) | |
rspec-support (~> 3.3.0) | |
rspec-expectations (3.3.1) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.3.0) | |
rspec-its (1.2.0) | |
rspec-core (>= 3.0.0) | |
rspec-expectations (>= 3.0.0) | |
rspec-mocks (3.3.2) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.3.0) | |
rspec-rails (3.3.3) | |
actionpack (>= 3.0, < 4.3) | |
activesupport (>= 3.0, < 4.3) | |
railties (>= 3.0, < 4.3) | |
rspec-core (~> 3.3.0) | |
rspec-expectations (~> 3.3.0) | |
rspec-mocks (~> 3.3.0) | |
rspec-support (~> 3.3.0) | |
rspec-support (3.3.0) | |
rubocop (0.35.1) | |
astrolabe (~> 1.3) | |
parser (>= 2.2.3.0, < 3.0) | |
powerpack (~> 0.1) | |
rainbow (>= 1.99.1, < 3.0) | |
ruby-progressbar (~> 1.7) | |
tins (<= 1.6.0) | |
ruby-progressbar (1.7.5) | |
rubyzip (1.1.7) | |
selenium-webdriver (2.53.0) | |
childprocess (~> 0.5) | |
rubyzip (~> 1.0) | |
websocket (~> 1.0) | |
shellany (0.0.1) | |
simplecov (0.10.0) | |
docile (~> 1.1.0) | |
json (~> 1.8) | |
simplecov-html (~> 0.10.0) | |
simplecov-html (0.10.0) | |
sinatra (1.4.6) | |
rack (~> 1.4) | |
rack-protection (~> 1.4) | |
tilt (>= 1.3, < 3) | |
slop (3.6.0) | |
sprockets (3.4.0) | |
rack (> 1, < 3) | |
sprockets-rails (2.3.3) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
sprockets (>= 2.8, < 4.0) | |
sshkit (1.7.1) | |
colorize (>= 0.7.0) | |
net-scp (>= 1.1.2) | |
net-ssh (>= 2.8.0) | |
thin (1.6.4) | |
daemons (~> 1.0, >= 1.0.9) | |
eventmachine (~> 1.0, >= 1.0.4) | |
rack (~> 1.0) | |
thor (0.19.1) | |
thread_safe (0.3.5) | |
tilt (2.0.1) | |
tins (1.6.0) | |
our-gem (1.3.20160415.170325) | |
our-company-development (~> 1.2) | |
capistrano (~> 3.4) | |
capistrano-maintenance (= 0.0.5.our-company.1) | |
capistrano-rails (~> 1.1) | |
capistrano-rvm (~> 0.1) | |
capybara (~> 2.5) | |
cucumber-rails (~> 1.4) | |
database_cleaner (~> 1.5) | |
factory_girl_rails (~> 4.5) | |
launchy (~> 2.4) | |
rails (~> 4.1.0) | |
rspec-rails (~> 3.3) | |
selenium-webdriver (~> 2.53) | |
thin (~> 1.6) | |
unicorn (~> 5.0) | |
tzinfo (1.2.2) | |
thread_safe (~> 0.1) | |
unicorn (5.0.0) | |
kgio (~> 2.6) | |
rack | |
raindrops (~> 0.7) | |
websocket (1.2.2) | |
xpath (2.0.0) | |
nokogiri (~> 1.3) | |
yard (0.8.7.6) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
our-gem (~> 1.3) | |
BUNDLED WITH | |
1.12.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment