summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename `unrequire_rubygems` to `reexec`improve_rubygems_switcherDavid Rodríguez2019-12-011-2/+2
| | | | I don't think "unrequire" is a good name for what this method does.
* Rename `env_version` to `source`David Rodríguez2019-12-011-11/+11
| | | | | | This is usually provided as an `ENV` variable but that's completely transparent to this class. Also, this is not always a version number. I think something like "source" is a better fit.
* Rename `target_tag_version` to `target_tag`David Rodríguez2019-12-011-5/+5
| | | | Since it's always a tag, not a version number.
* Improve rubygems switching codeDavid Rodríguez2019-12-014-45/+14
| | | | | | | | | | | | Previous version was overly complicated and brittle, and didn't support, for example, using custom branches in rubygems inside the `RGV` environment variable. Now the `RGV` env variable supports: * Local paths. * Arbitrary tags or branches in rubygems repo. * Released rubygems versions.
* Merge #7465Bundlerbot2019-12-0150-50/+50
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 7465: December manpages r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that man pages are out of date. ### What is your fix for the problem, implemented in this PR? My fix is to update them. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * December manpagesdecember_manpagesDavid Rodríguez2019-12-0150-50/+50
|/
* Merge #7418Bundlerbot2019-11-292-31/+53
|\ | | | | | | | | | | | | | | | | | | 7418: Restore previous BUNDLE_GEMFILE in bundler/inline r=deivid-rodriguez a=fatkodima [Without spacing changes](https://github.com/bundler/bundler/pull/7418/files?w=1) Closes #7159 Co-authored-by: fatkodima <fatkodima123@gmail.com>
| * Restore previous BUNDLE_GEMFILE in bundler/inlinefatkodima2019-11-222-31/+53
| |
* | Merge #7461Bundlerbot2019-11-291-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7461: Set parallel_tests to output progress in the same format as regular RSpec r=deivid-rodriguez a=colby-swandale # What was the end-user problem that led to this PR? When running tests using the `parallel_test` tool, there will be no output on the terminal to show the progress or result of the test suit. ``` $ ./bin/parallel_rspec spec 8 processes for 162 specs, ~ 20 specs per process Took 576 seconds (9:36) ``` You have to go diving into a file that's located in `tmp/parallel_runtime_rspec.log`. It would be better to have the output that we get from the regular `./bin/rspec` and show the progress/result of the test suit. ### What was your diagnosis of the problem? Run the parallel test suit using `./bin/parallel_rspec spec` ### What is your fix for the problem, implemented in this PR? Add the additional `progress` formatter to the parallel rspec configuration Co-authored-by: Colby Swandale <me@colby.fyi>
| * | Set parallel_tests to also output rspec progresscolby/parallel-rspec-outputColby Swandale2019-11-301-0/+1
|/ /
* | Merge #7459Bundlerbot2019-11-291-9/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7459: Unskip quality specs r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was after 5003a436765eb50d9208ffdce4bbe46cf0d6d63b backported from ruby-core, quality_specs are no longer run, not even in our repo. ### What was your diagnosis of the problem? My diagnosis was that the condition to check whether the root folder is a git folder was incorrect. ### What is your fix for the problem, implemented in this PR? My fix is to correct the condition. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Fix condition to verify root is a git directoryunskip_quality_specsDavid Rodríguez2019-11-281-1/+1
| | |
| * | Extract git check logic to a methodDavid Rodríguez2019-11-281-9/+12
| | |
* | | Merge #7458Bundlerbot2019-11-2911-70/+50
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7458: Improve default gem activation specs r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The original problem was that currently we are having some issues because ruby-core gemified some libraries that we use inside bundler. We shouldn't use default gems during `bundler/setup` because activating them might cause activation conflicts later on if the user has chosen a different version of the default gem from the one that's selected by default. The good news is that we have some nice specs that check that we never activate default gems, and they've been very useful lately for detecting this kind of breakage. The bad news is that some of these specs usually fail with really verbose error messages that make it difficult to find the root cause of the problems. ### What was your diagnosis of the problem? My diagnosis was that we could improve these specs to give better errors. ### What is your fix for the problem, implemented in this PR? My fix is to improve the specs with several tweaks, the main ones being: * Split them into one spec per default gem, so that when a default gem is unintentionally activated by bundler, only that spec fails, and with a reasonably concise error message. * Add a "gem activation hack" to the specs so that when a default gem is activated by `bundler/setup`, we get the exact location of where the activation happened. As an example, up to know, running `bin/rspec ./spec/runtime/setup_spec.rb -e "activates older versions"` against current ruby-head (ruby/ruby@4325f080862b36a3e3ddee472169f65758612ad3) and current rubygems (rubygems/rubygems@15ac911c686f68e1985bf700a053a84c46443e1d) leads to: <details> <summary>The following error message before this patch (1664 lines)</summary> ``` Randomized with seed 15961 F Retried examples: 0 Failures: 1) Bundler.setup with gemified standard libraries default gem activation activates older versions of default gems Failure/Error: expect(the_bundle).to include_gems(*default_gems.map {|g| "#{g} 0.0.0.a" }) expected the bundle to include gems "benchmark 0.0.0.a", "bigdecimal 0.0.0.a", "cgi 0.0.0.a", "csv 0.0.0.a", "date 0.0.0.a", "delegate 0.0.0.a", "e2mmap 0.0.0.a", "etc 0.0.0.a", "fcntl 0.0.0.a", "fiddle 0.0.0.a", "fileutils 0.0.0.a", "forwardable 0.0.0.a", "gdbm 0.0.0.a", "getoptlong 0.0.0.a", "io-console 0.0.0.a", "ipaddr 0.0.0.a", "irb 0.0.0.a", "json 0.0.0.a", "logger 0.0.0.a", "matrix 0.0.0.a", "mutex_m 0.0.0.a", "net-pop 0.0.0.a", "net-smtp 0.0.0.a", "observer 0.0.0.a", "open3 0.0.0.a", "openssl 0.0.0.a", "ostruct 0.0.0.a", "prime 0.0.0.a", "pstore 0.0.0.a", "psych 0.0.0.a", "racc 0.0.0.a", "rdoc 0.0.0.a", "readline 0.0.0.a", "readline-ext 0.0.0.a", "reline 0.0.0.a", "rexml 0.0.0.a", "rss 0.0.0.a", "sdbm 0.0.0.a", "singleton 0.0.0.a", "stringio 0.0.0.a", "strscan 0.0.0.a", "timeout 0.0.0.a", "tracer 0.0.0.a", "uri 0.0.0.a", "webrick 0.0.0.a", "yaml 0.0.0.a", and "zlib 0.0.0.a" but: benchmark is not installed: Invoking run!("require 'benchmark.rb'; puts BENCHMARK", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' bigdecimal is not installed: Invoking run!("require 'bigdecimal.rb'; puts BIGDECIMAL", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' cgi is not installed: Invoking run!("require 'cgi.rb'; puts CGI", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' csv is not installed: Invoking run!("require 'csv.rb'; puts CSV", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' date is not installed: Invoking run!("require 'date.rb'; puts DATE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' delegate is not installed: Invoking run!("require 'delegate.rb'; puts DELEGATE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' e2mmap is not installed: Invoking run!("require 'e2mmap.rb'; puts E2MMAP", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' etc is not installed: Invoking run!("require 'etc.rb'; puts ETC", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' fcntl is not installed: Invoking run!("require 'fcntl.rb'; puts FCNTL", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' fiddle is not installed: Invoking run!("require 'fiddle.rb'; puts FIDDLE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' fileutils is not installed: Invoking run!("require 'fileutils.rb'; puts FILEUTILS", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' forwardable is not installed: Invoking run!("require 'forwardable.rb'; puts FORWARDABLE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' gdbm is not installed: Invoking run!("require 'gdbm.rb'; puts GDBM", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' getoptlong is not installed: Invoking run!("require 'getoptlong.rb'; puts GETOPTLONG", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' io-console is not installed: Invoking run!("require 'io-console.rb'; puts IOCONSOLE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' ipaddr is not installed: Invoking run!("require 'ipaddr.rb'; puts IPADDR", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' irb is not installed: Invoking run!("require 'irb.rb'; puts IRB", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' json is not installed: Invoking run!("require 'json.rb'; puts JSON", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' logger is not installed: Invoking run!("require 'logger.rb'; puts LOGGER", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' matrix is not installed: Invoking run!("require 'matrix.rb'; puts MATRIX", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' mutex_m is not installed: Invoking run!("require 'mutex_m.rb'; puts MUTEX_M", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' net-pop is not installed: Invoking run!("require 'net-pop.rb'; puts NETPOP", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' net-smtp is not installed: Invoking run!("require 'net-smtp.rb'; puts NETSMTP", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' observer is not installed: Invoking run!("require 'observer.rb'; puts OBSERVER", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' open3 is not installed: Invoking run!("require 'open3.rb'; puts OPEN3", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' openssl is not installed: Invoking run!("require 'openssl.rb'; puts OPENSSL", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' ostruct is not installed: Invoking run!("require 'ostruct.rb'; puts OSTRUCT", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' prime is not installed: Invoking run!("require 'prime.rb'; puts PRIME", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' pstore is not installed: Invoking run!("require 'pstore.rb'; puts PSTORE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' psych is not installed: Invoking run!("require 'psych.rb'; puts PSYCH", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' racc is not installed: Invoking run!("require 'racc.rb'; puts RACC", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' rdoc is not installed: Invoking run!("require 'rdoc.rb'; puts RDOC", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' readline is not installed: Invoking run!("require 'readline.rb'; puts READLINE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' readline-ext is not installed: Invoking run!("require 'readline-ext.rb'; puts READLINEEXT", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' reline is not installed: Invoking run!("require 'reline.rb'; puts RELINE", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' rexml is not installed: Invoking run!("require 'rexml.rb'; puts REXML", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' rss is not installed: Invoking run!("require 'rss.rb'; puts RSS", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' sdbm is not installed: Invoking run!("require 'sdbm.rb'; puts SDBM", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' singleton is not installed: Invoking run!("require 'singleton.rb'; puts SINGLETON", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' stringio is not installed: Invoking run!("require 'stringio.rb'; puts STRINGIO", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' strscan is not installed: Invoking run!("require 'strscan.rb'; puts STRSCAN", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' timeout is not installed: Invoking run!("require 'timeout.rb'; puts TIMEOUT", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' tracer is not installed: Invoking run!("require 'tracer.rb'; puts TRACER", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' uri is not installed: Invoking run!("require 'uri.rb'; puts URI", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' webrick is not installed: Invoking run!("require 'webrick.rb'; puts WEBRICK", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' yaml is not installed: Invoking run!("require 'yaml.rb'; puts YAML", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' zlib is not installed: Invoking run!("require 'zlib.rb'; puts ZLIB", {}) failed: /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' Commands: $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS if Gem::Specification.is_a?(Enumerable) puts Gem::Specification.select(&:default_gem?).map(&:name) end EOS benchmark bigdecimal bundler cgi csv date delegate e2mmap etc fcntl fiddle fileutils forwardable gdbm getoptlong io-console ipaddr irb json logger matrix mutex_m net-pop net-smtp observer open3 openssl ostruct prime pstore psych racc rdoc readline readline-ext reline rexml rss sdbm singleton stringio strscan timeout tracer uri webrick yaml zlib # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/spec/rubygems -S gem \ --backtrace generate_index Generating Marshal quick index gemspecs for 49 gems ................................................. Complete Generated Marshal quick index gemspecs: 0.009s Generating specs index Generated specs index: 0.000s Generating latest specs index Generated latest specs index: 0.000s Generating prerelease specs index Generated prerelease specs index: 0.000s Compressing indices Compressed indices: 0.000s # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby \ -I/home/deivid/Code/bundler/lib:/home/deivid/Code/bundler/spec -rsupport/hax \ -rsupport/artifice/fail /home/deivid/Code/bundler/exe/bundle install --retry 0 Fetching source index from file:///home/deivid/Code/bundler/tmp/1/gems/remote4/ Resolving dependencies... Fetching benchmark 0.0.0.a Installing benchmark 0.0.0.a Fetching bigdecimal 0.0.0.a Installing bigdecimal 0.0.0.a Using bundler 2.1.0.pre.3 Fetching cgi 0.0.0.a Installing cgi 0.0.0.a Fetching csv 0.0.0.a Installing csv 0.0.0.a Fetching date 0.0.0.a Installing date 0.0.0.a Fetching delegate 0.0.0.a Installing delegate 0.0.0.a Fetching e2mmap 0.0.0.a Installing e2mmap 0.0.0.a Fetching etc 0.0.0.a Installing etc 0.0.0.a Fetching fcntl 0.0.0.a Installing fcntl 0.0.0.a Fetching fiddle 0.0.0.a Installing fiddle 0.0.0.a Fetching fileutils 0.0.0.a Installing fileutils 0.0.0.a Fetching forwardable 0.0.0.a Installing forwardable 0.0.0.a Fetching gdbm 0.0.0.a Installing gdbm 0.0.0.a Fetching getoptlong 0.0.0.a Installing getoptlong 0.0.0.a Fetching io-console 0.0.0.a Installing io-console 0.0.0.a Fetching ipaddr 0.0.0.a Installing ipaddr 0.0.0.a Fetching irb 0.0.0.a Installing irb 0.0.0.a Fetching json 0.0.0.a Installing json 0.0.0.a Fetching logger 0.0.0.a Installing logger 0.0.0.a Fetching matrix 0.0.0.a Installing matrix 0.0.0.a Fetching mutex_m 0.0.0.a Installing mutex_m 0.0.0.a Fetching net-pop 0.0.0.a Installing net-pop 0.0.0.a Fetching net-smtp 0.0.0.a Installing net-smtp 0.0.0.a Fetching observer 0.0.0.a Installing observer 0.0.0.a Fetching open3 0.0.0.a Installing open3 0.0.0.a Fetching openssl 0.0.0.a Installing openssl 0.0.0.a Fetching ostruct 0.0.0.a Installing ostruct 0.0.0.a Fetching prime 0.0.0.a Installing prime 0.0.0.a Fetching pstore 0.0.0.a Installing pstore 0.0.0.a Fetching psych 0.0.0.a Installing psych 0.0.0.a Fetching racc 0.0.0.a Installing racc 0.0.0.a Fetching rdoc 0.0.0.a Installing rdoc 0.0.0.a Fetching readline 0.0.0.a Installing readline 0.0.0.a Fetching readline-ext 0.0.0.a Installing readline-ext 0.0.0.a Fetching reline 0.0.0.a Installing reline 0.0.0.a Fetching rexml 0.0.0.a Installing rexml 0.0.0.a Fetching rss 0.0.0.a Installing rss 0.0.0.a Fetching sdbm 0.0.0.a Installing sdbm 0.0.0.a Fetching singleton 0.0.0.a Installing singleton 0.0.0.a Fetching stringio 0.0.0.a Installing stringio 0.0.0.a Fetching strscan 0.0.0.a Installing strscan 0.0.0.a Fetching timeout 0.0.0.a Installing timeout 0.0.0.a Fetching tracer 0.0.0.a Installing tracer 0.0.0.a Fetching uri 0.0.0.a Installing uri 0.0.0.a Fetching webrick 0.0.0.a Installing webrick 0.0.0.a Fetching yaml 0.0.0.a Installing yaml 0.0.0.a Fetching zlib 0.0.0.a Installing zlib 0.0.0.a Bundle complete! 47 Gemfile dependencies, 48 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'benchmark.rb'; puts BENCHMARK EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'bigdecimal.rb'; puts BIGDECIMAL EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'cgi.rb'; puts CGI EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'csv.rb'; puts CSV EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'date.rb'; puts DATE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'delegate.rb'; puts DELEGATE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'e2mmap.rb'; puts E2MMAP EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'etc.rb'; puts ETC EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'fcntl.rb'; puts FCNTL EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'fiddle.rb'; puts FIDDLE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'fileutils.rb'; puts FILEUTILS EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'forwardable.rb'; puts FORWARDABLE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'gdbm.rb'; puts GDBM EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'getoptlong.rb'; puts GETOPTLONG EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'io-console.rb'; puts IOCONSOLE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'ipaddr.rb'; puts IPADDR EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'irb.rb'; puts IRB EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'json.rb'; puts JSON EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'logger.rb'; puts LOGGER EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'matrix.rb'; puts MATRIX EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'mutex_m.rb'; puts MUTEX_M EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'net-pop.rb'; puts NETPOP EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'net-smtp.rb'; puts NETSMTP EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'observer.rb'; puts OBSERVER EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'open3.rb'; puts OPEN3 EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'openssl.rb'; puts OPENSSL EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'ostruct.rb'; puts OSTRUCT EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'prime.rb'; puts PRIME EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'pstore.rb'; puts PSTORE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'psych.rb'; puts PSYCH EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'racc.rb'; puts RACC EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'rdoc.rb'; puts RDOC EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'readline.rb'; puts READLINE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'readline-ext.rb'; puts READLINEEXT EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'reline.rb'; puts RELINE EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'rexml.rb'; puts REXML EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'rss.rb'; puts RSS EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'sdbm.rb'; puts SDBM EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'singleton.rb'; puts SINGLETON EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'stringio.rb'; puts STRINGIO EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'strscan.rb'; puts STRSCAN EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'timeout.rb'; puts TIMEOUT EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'tracer.rb'; puts TRACER EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'uri.rb'; puts URI EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'webrick.rb'; puts WEBRICK EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'yaml.rb'; puts YAML EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'zlib.rb'; puts ZLIB EOS /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 # ./spec/runtime/setup_spec.rb:1311:in `block (4 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:78:in `block (2 levels) in <top (required)>' # ./spec/support/rubygems_ext.rb:85:in `load' # ./spec/support/rubygems_ext.rb:85:in `gem_load_and_activate' # ./spec/support/rubygems_ext.rb:43:in `gem_load' Finished in 8.37 seconds (files took 0.15614 seconds to load) 1 example, 1 failure Failed examples: rspec ./spec/runtime/setup_spec.rb:1295 # Bundler.setup with gemified standard libraries default gem activation activates older versions of default gems Randomized with seed 15961 ``` </details> <details> <summary>A much more concise output after this patch (232 lines), without duplicate errors, with the location of the uri activation, and also surfacing another problem with the "delegate" default gem</summary> ``` Randomized with seed 50536 ..........................F.............F...... Retried examples: 0 Failures: 1) Bundler.setup with gemified standard libraries default gem activation activates older versions of uri Failure/Error: expect(the_bundle).to include_gem("#{g} 0.0.0.a", :env => { "RUBYOPT" => activation_warning_hack_rubyopt }) expected the bundle to include gem "uri 0.0.0.a" and {} but: uri is not installed: Invoking run!("require 'uri.rb'; puts URI", {}) failed: -------------------------------------------------------------------------------- activating uri-0.10.0 /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `block in gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `synchronize' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:80:in `require' /home/deivid/Code/bundler/lib/bundler/settings.rb:3:in `<top (required)>' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/lib/bundler.rb:318:in `settings' /home/deivid/Code/bundler/lib/bundler.rb:100:in `configured_bundle_path' /home/deivid/Code/bundler/lib/bundler.rb:456:in `use_system_gems?' /home/deivid/Code/bundler/lib/bundler.rb:646:in `configure_gem_path' /home/deivid/Code/bundler/lib/bundler.rb:639:in `configure_gem_home_and_path' /home/deivid/Code/bundler/lib/bundler.rb:82:in `configure' /home/deivid/Code/bundler/lib/bundler.rb:195:in `definition' /home/deivid/Code/bundler/lib/bundler.rb:144:in `setup' -e:1:in `block in <main>' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' -e:1:in `<main>' ******************************************************************************** /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' Commands: $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/spec/rubygems -S gem \ --backtrace generate_index Generating Marshal quick index gemspecs for 2 gems .. Complete Generated Marshal quick index gemspecs: 0.001s Generating specs index Generated specs index: 0.000s Generating latest specs index Generated latest specs index: 0.000s Generating prerelease specs index Generated prerelease specs index: 0.000s Compressing indices Compressed indices: 0.000s # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby \ -I/home/deivid/Code/bundler/lib:/home/deivid/Code/bundler/spec -rsupport/hax \ -rsupport/artifice/fail /home/deivid/Code/bundler/exe/bundle install --retry 0 Fetching source index from file:///home/deivid/Code/bundler/tmp/1/gems/remote4/ Resolving dependencies... Using bundler 2.1.0.pre.3 Fetching uri 0.0.0.a Installing uri 0.0.0.a Bundle complete! 1 Gemfile dependency, 2 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'uri.rb'; puts URI EOS -------------------------------------------------------------------------------- activating uri-0.10.0 /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `block in gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `synchronize' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:80:in `require' /home/deivid/Code/bundler/lib/bundler/settings.rb:3:in `<top (required)>' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/lib/bundler.rb:318:in `settings' /home/deivid/Code/bundler/lib/bundler.rb:100:in `configured_bundle_path' /home/deivid/Code/bundler/lib/bundler.rb:456:in `use_system_gems?' /home/deivid/Code/bundler/lib/bundler.rb:646:in `configure_gem_path' /home/deivid/Code/bundler/lib/bundler.rb:639:in `configure_gem_home_and_path' /home/deivid/Code/bundler/lib/bundler.rb:82:in `configure' /home/deivid/Code/bundler/lib/bundler.rb:195:in `definition' /home/deivid/Code/bundler/lib/bundler.rb:144:in `setup' -e:1:in `block in <main>' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' -e:1:in `<main>' ******************************************************************************** /home/deivid/Code/bundler/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated uri 0.10.0, but your Gemfile requires uri 0.0.0.a. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) from /home/deivid/Code/bundler/lib/bundler/runtime.rb:31:in `block in setup' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/spec_set.rb:147:in `each' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `map' from /home/deivid/Code/bundler/lib/bundler/runtime.rb:26:in `setup' from /home/deivid/Code/bundler/lib/bundler.rb:150:in `setup' from -e:1:in `block in <main>' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' from /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' from -e:1:in `<main>' # $? => 1 # ./spec/runtime/setup_spec.rb:1294:in `block (5 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:78:in `block (2 levels) in <top (required)>' # ./spec/support/rubygems_ext.rb:85:in `load' # ./spec/support/rubygems_ext.rb:85:in `gem_load_and_activate' # ./spec/support/rubygems_ext.rb:43:in `gem_load' 2) Bundler.setup with gemified standard libraries default gem activation activates older versions of delegate Failure/Error: expect(the_bundle).to include_gem("#{g} 0.0.0.a", :env => { "RUBYOPT" => activation_warning_hack_rubyopt }) expected the bundle to include gem "delegate 0.0.0.a" and {} but: delegate is not installed: Invoking run!("require 'delegate.rb'; puts DELEGATE", {}) failed: -------------------------------------------------------------------------------- activating uri-0.10.0 /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `block in gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `synchronize' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:80:in `require' /home/deivid/Code/bundler/lib/bundler/settings.rb:3:in `<top (required)>' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/lib/bundler.rb:318:in `settings' /home/deivid/Code/bundler/lib/bundler.rb:100:in `configured_bundle_path' /home/deivid/Code/bundler/lib/bundler.rb:456:in `use_system_gems?' /home/deivid/Code/bundler/lib/bundler.rb:646:in `configure_gem_path' /home/deivid/Code/bundler/lib/bundler.rb:639:in `configure_gem_home_and_path' /home/deivid/Code/bundler/lib/bundler.rb:82:in `configure' /home/deivid/Code/bundler/lib/bundler.rb:195:in `definition' /home/deivid/Code/bundler/lib/bundler.rb:144:in `setup' -e:1:in `block in <main>' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' -e:1:in `<main>' ******************************************************************************** -e:2:in `<main>': uninitialized constant DELEGATE (NameError) Commands: $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/spec/rubygems -S gem \ --backtrace generate_index Generating Marshal quick index gemspecs for 2 gems .. Complete Generated Marshal quick index gemspecs: 0.001s Generating specs index Generated specs index: 0.000s Generating latest specs index Generated latest specs index: 0.000s Generating prerelease specs index Generated prerelease specs index: 0.000s Compressing indices Compressed indices: 0.000s # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby \ -I/home/deivid/Code/bundler/lib:/home/deivid/Code/bundler/spec -rsupport/hax \ -rsupport/artifice/fail /home/deivid/Code/bundler/exe/bundle install --retry 0 Fetching source index from file:///home/deivid/Code/bundler/tmp/1/gems/remote4/ Resolving dependencies... Using bundler 2.1.0.pre.3 Fetching delegate 0.0.0.a Installing delegate 0.0.0.a Bundle complete! 1 Gemfile dependency, 2 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. # $? => 0 $ /home/deivid/.rbenv/versions/master/bin/ruby -I/home/deivid/Code/bundler/lib -w -e \ <<EOS require '/home/deivid/Code/bundler/lib/bundler' ; Bundler.ui.silence { Bundler.setup() } require 'delegate.rb'; puts DELEGATE EOS -------------------------------------------------------------------------------- activating uri-0.10.0 /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `block in gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `synchronize' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_gem.rb:68:in `gem' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:80:in `require' /home/deivid/Code/bundler/lib/bundler/settings.rb:3:in `<top (required)>' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/tmp/rubygems/lib/rubygems/core_ext/kernel_require.rb:92:in `require' /home/deivid/Code/bundler/lib/bundler.rb:318:in `settings' /home/deivid/Code/bundler/lib/bundler.rb:100:in `configured_bundle_path' /home/deivid/Code/bundler/lib/bundler.rb:456:in `use_system_gems?' /home/deivid/Code/bundler/lib/bundler.rb:646:in `configure_gem_path' /home/deivid/Code/bundler/lib/bundler.rb:639:in `configure_gem_home_and_path' /home/deivid/Code/bundler/lib/bundler.rb:82:in `configure' /home/deivid/Code/bundler/lib/bundler.rb:195:in `definition' /home/deivid/Code/bundler/lib/bundler.rb:144:in `setup' -e:1:in `block in <main>' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:136:in `with_level' /home/deivid/Code/bundler/lib/bundler/ui/shell.rb:88:in `silence' -e:1:in `<main>' ******************************************************************************** -e:2:in `<main>': uninitialized constant DELEGATE (NameError) # $? => 1 # ./spec/runtime/setup_spec.rb:1294:in `block (5 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:111:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:78:in `block (2 levels) in <top (required)>' # ./spec/support/rubygems_ext.rb:85:in `load' # ./spec/support/rubygems_ext.rb:85:in `gem_load_and_activate' # ./spec/support/rubygems_ext.rb:43:in `gem_load' Finished in 25.2 seconds (files took 0.16231 seconds to load) 47 examples, 2 failures Failed examples: rspec ./spec/runtime/setup_spec.rb[1:31:3:91] # Bundler.setup with gemified standard libraries default gem activation activates older versions of uri rspec ./spec/runtime/setup_spec.rb[1:31:3:15] # Bundler.setup with gemified standard libraries default gem activation activates older versions of delegate Randomized with seed 50536 ``` </details> ### Why did you choose this fix out of the possible options? I chose this fix because it will make it easier to fix current and future breakage of unintentional activation of default gems. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Use activation hack in default gem activation specsDavid Rodríguez2019-11-281-2/+2
| | | | | | | | | | | | | | | It's super useful when figuring out which part of bundler is activating a default gem.
| * | Split default gem activation specsDavid Rodríguez2019-11-281-26/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently they're using a single Gemfile with all default gems, and making sure that all default gems can be activated. It a single default gem is activated by bundler, this results in huge errors messages because the spec still tries to activate all default gems present in the Gemfile, and fails for all of them. Instead, we separate on spec for each default gem, which makes error messages smaller, and helps figuring out the root cause of the issue. In this case, the `uri` gem.
| * | Only consider exempted default gemsDavid Rodríguez2019-11-281-5/+1
| | |
| * | Easier figuring out of default gemsDavid Rodríguez2019-11-281-3/+1
| | | | | | | | | | | | We don't need an extra subprocess.
| * | `Gem::Specification` should always be an `Enumerable`David Rodríguez2019-11-281-3/+1
| | |
| * | `Gem::Specification#activate` should always be definedDavid Rodríguez2019-11-281-10/+8
| | |
| * | Fix a warning in activation hack snippetDavid Rodríguez2019-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | In particular, ``` /path/to/bundler/tmp/1/bundled_app/activation_warning_hack.rb:9: warning: `*' interpreted as argument prefix ```
| * | Don't hide part of backtracesDavid Rodríguez2019-11-281-3/+1
| | |
| * | Always pass env as strings to helpersDavid Rodríguez2019-11-2811-24/+22
|/ /
* | Merge #7456Bundlerbot2019-11-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7456: Lazily load CGI r=deivid-rodriguez a=deivid-rodriguez Thanks so much for the contribution! To make reviewing this PR a bit easier, please fill out answers to the following questions. ### What was the end-user problem that led to this PR? The problem was that our ruby-head build is failing in CI. ### What was your diagnosis of the problem? My diagnosis was that since `cgi` is now a default gem on ruby 2.7, we're getting someunintended activations of the new default gem inside our specs. ### What is your fix for the problem, implemented in this PR? My fix is to lazily load CGI. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Lazily load CGIDavid Rodríguez2019-11-271-1/+1
|/ / | | | | | | | | Since cgi is now a default gem on ruby 2.7, we're getting some unintended activations of the new default gem inside our specs.
* | Merge #7455Bundlerbot2019-11-262-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7455: Lazily load `open3` r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was `open3` will be gemified in ruby 2.7, and since we use it inside `bundler`, we might activate a version causing a conflict with the user's choice. ### What was your diagnosis of the problem? My diagnosis was that only loading it when needed should be better. ### What is your fix for the problem, implemented in this PR? My fix is to lazily load it. I expect this PR to fix [some of the errors](https://travis-ci.org/bundler/bundler/jobs/615940817) currently happening in our CI against ruby-head. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Lazily load `open3`David Rodríguez2019-11-262-3/+3
| | | | | | | | | | | | | | | Since it's a default gem now, it's better to load it as late as possible.
* | | Merge #7419Bundlerbot2019-11-262-3/+24
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7419: Add :glob to git source uniqueness r=deivid-rodriguez a=fatkodima Closes #7346 Co-authored-by: fatkodima <fatkodima123@gmail.com>
| * | Add :glob to git source uniquenessfatkodima2019-11-212-3/+24
| |/
* | Merge #7452Bundlerbot2019-11-233-16/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7452: Bump rubocop and rubocop-performance r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was not really a problem, but it's good to keep our dependencies up to date. ### What is your fix for the problem, implemented in this PR? My fix is to bump rubocop and rubocop-performance. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Bump rubocop and rubocop-performanceDavid Rodríguez2019-11-223-16/+16
| |/ | | | | | | To the latest 0.76.0, and 1.5.1, respectively.
* | Merge #7451Bundlerbot2019-11-2315-15/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7451: Windows spec fixes r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that we have a bunch of spec failures on Windows (~315). ### What is your fix for the problem, implemented in this PR? My fix is to improve some stuff to be more OS-independent. This should bring the failures down to ~305. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * | Mimic Travis CI configDavid Rodríguez2019-11-221-0/+9
| | |
| * | Write & read dummy gems binarilyDavid Rodríguez2019-11-222-2/+2
| | | | | | | | | | | | So that they have exactly the same content in all platforms.
| * | Reuse installed gems with windows CIDavid Rodríguez2019-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I mounted the local copy of bundler to a Windows VM. I would like system gems to be reused between my Linux and Windows builds, but they are currently not reused because the manifest is written differently from both CIs, and when changing platform, it believes that it has changed when it has not.
| * | Read marshaled gemspecs binarilyDavid Rodríguez2019-11-229-9/+9
| | |
| * | Use OS-independent PATH-separatorDavid Rodríguez2019-11-221-2/+2
| | |
| * | Strip root path in an OS-independent wayDavid Rodríguez2019-11-221-1/+7
| |/
* | Merge #7450Bundlerbot2019-11-222-3/+21
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 7450: Backport ruby-core changes r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that we haven't incorporated recent fixes for integration in ruby-core. ### What is your fix for the problem, implemented in this PR? My fix is to cherry-pick the fixes. Co-authored-by: Kazuhiro NISHIYAMA <zn@mbf.nifty.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * Fixup style issuesDavid Rodríguez2019-11-222-6/+6
| |
| * Fix glob base in bundler.gemspecKazuhiro NISHIYAMA2019-11-221-1/+2
| |
| * Skip some tests if extracted from tarballKazuhiro NISHIYAMA2019-11-221-0/+9
| |
| * Allow unknown if ruby coreKazuhiro NISHIYAMA2019-11-221-2/+10
|/
* Merge #7442Bundlerbot2019-11-212-3/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7442: Fix `bundle exec`'ing to rubygems being silent r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that #7401 caused a regression where `bundle exec`'ing to rubygems would silence rubygems output. ### What was your diagnosis of the problem? My diagnosis was that the removal of: * Code where `Bundler::RGProxy` would be only set conditionally on `Bundler.ui =` not being passed `nil`. * Code setting `Bundler.ui` to `nil` right before shelling during `bundle exec`. caused rubygems UI to be silent during `bundle exec gem`. ### What is your fix for the problem, implemented in this PR? My fix is to explictly "unsilence" rubygems UI before `bundle exec` calls. ### Why did you choose this fix out of the possible options? I chose this fix because it's more explicit than the previous one. Fixes #7441. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * Fix shelling out to rubygems being silentDavid Rodríguez2019-11-182-3/+18
| |
* | Merge #7443Bundlerbot2019-11-202-1/+18
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | 7443: Pick up changelog and version bump from 2-1-stable r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that the master branch needs to be updated with Changelog and version bump from the 2.1.0.pre.3 release. ### What is your fix for the problem, implemented in this PR? My fix is to update it. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
| * Pick up changelog and version bump from 2-1-stableDavid Rodríguez2019-11-182-1/+18
|/
* Merge #7439Bundlerbot2019-11-121-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7439: Fix typo's in Changelog r=deivid-rodriguez a=p8 ### What was the end-user problem that led to this PR? The problems were typos in the Changelog ### What is your fix for the problem, implemented in this PR? Fix the typos Co-authored-by: Petrik de Heus <petrik@deheus.net>
| * Fix typo's in ChangelogPetrik de Heus2019-11-121-3/+3
|/
* Merge #7422Bundlerbot2019-11-123-4/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7422: Turn on warning mode for specs r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that we're missing verbose warnings like the one fixed by #7417. ### What was your diagnosis of the problem? My diagnosis was that our specs should let us know about this. ### What is your fix for the problem, implemented in this PR? My fix is to enable warnings from our helpers that shell out, and fix the warnings they print. There's also some unrelated changes here that I'll try to split out once I get this green. ### Why did you choose this fix out of the possible options? I chose this fix because it makes it so that our specs help us catching these warnings earlier. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>