summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the specs on Ruby 2.4seg-specs-2.4-fixSamuel Giddins2016-12-201-0/+2
|
* Remove rubygems.org from gemfiles in the specsSamuel Giddins2016-12-182-4/+4
|
* Auto merge of #5240 - smathy:update_post_install_messages, r=segiddinsThe Bundler Bot2016-12-174-27/+101
|\ | | | | | | | | | | `bundle update` post install messages Currently post install messages are only displayed for `bundle install` not for `bundle update`. This PR fixes that so they're displayed for both, and includes a small refactor of some duplicated functionality between `install` and `update`
| * Use `bundle!` in specsJason King2016-12-091-4/+4
| |
| * Specs for update post-install messagesJason King2016-12-081-0/+77
| |
| * Output post_install_message during updateJason King2016-12-081-1/+2
| |
| * DRY up some duplication between install and updateJason King2016-12-083-26/+22
| |
* | Auto merge of #5237 - smlx:patch-2, r=segiddinsThe Bundler Bot2016-12-171-1/+1
|\ \ | | | | | | | | | Fix typo in man page.
| * | Fix typo in man page.smlx2016-12-071-1/+1
| |/
* | Auto merge of #5216 - bundler:seg-bundle-gem-rspec-persistence, r=indirectThe Bundler Bot2016-12-172-1/+15
|\ \ | | | | | | | | | | | | | | | [CLI::Gem] When using rspec, configure persistence file aka make my life easier when working with new gems.
| * | [CLI::Gem] When using rspec, configure persistence fileseg-bundle-gem-rspec-persistenceSamuel Giddins2016-12-172-1/+15
| | |
* | | Auto merge of #5231 - bundler:seg-lock-add-platform-ruby, r=indirectThe Bundler Bot2016-12-172-1/+7
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | [Lock] Fix --add-platform ruby Necessary since the ruby platform is a string instead of a platform object Closes #5230
| * | [Lock] Fix --add-platform rubyseg-lock-add-platform-rubySamuel Giddins2016-12-052-1/+7
| |/ | | | | | | Necessary since the ruby platform is a string instead of a platform object
* | Auto merge of #5222 - bundler:seg-fips, r=indirectThe Bundler Bot2016-12-152-2/+30
|\ \ | | | | | | | | | | | | | | | [CompactIndex] Disable when openssl is in fips mode Should close #4989
| * | [CompactIndex] Only check for fips constant when it is definedseg-fipsSamuel Giddins2016-12-012-2/+2
| | |
| * | [CompactIndex] Disable when openssl is in fips modeSamuel Giddins2016-12-012-2/+30
| |/
* | Auto merge of #5219 - bundler:seg-filesystem-access-generic-system-error, ↵The Bundler Bot2016-12-143-0/+47
|\ \ | | | | | | | | | | | | | | | | | | | | | r=indirect [SharedHelpers] Handle generic SystemCallErrors in #filesystem_access Closes #5134
| * | [SharedHelpers] Ignore EEXIST and ENOENT in #filesystem_accessseg-filesystem-access-generic-system-errorSamuel Giddins2016-11-301-0/+2
| | |
| * | [SharedHelpers] Handle generic SystemCallErrors in #filesystem_accessSamuel Giddins2016-11-303-0/+45
| | |
* | | Auto merge of #5218 - bundler:seg-bundle-env-markdown, r=indirectThe Bundler Bot2016-12-143-30/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | [Env] Print as GFM I don't know if this is a good idea, but it might help increase the proportion of new issues we get that are properly formatted?
| * | | [FriendlyErrors] Prettify, taking into account formatting suggestionsseg-bundle-env-markdownSamuel Giddins2016-11-302-6/+20
| | | |
| * | | [FriendlyErrors] Use GFM in issue report templateSamuel Giddins2016-11-302-5/+7
| | | |
| * | | [Env] Print as GFMSamuel Giddins2016-11-302-23/+28
| |/ /
* | | Merge pull request #5236 from smlx/patch-1André Arko2016-12-091-1/+1
|\ \ \ | |_|/ |/| | Fix typo in man page.
| * | Fix typo in man page.smlx2016-12-071-1/+1
|/ /
* | [RubyGems] Old RG compatibility for skipping specs with missing extensionsseg-rubygems-ignore-missing-extsSamuel Giddins2016-11-304-8/+13
| |
* | [RubyGems] Ignore specs missing extensionsSamuel Giddins2016-11-302-0/+36
|/
* Auto merge of #5215 - bundler:seg-travis-update-ruby-rg, r=segiddinsThe Bundler Bot2016-11-302-3/+3
|\ | | | | | | Test against latest Ruby & RG on travis
| * [Travis] Test agains rubygems 2.6.8seg-travis-update-ruby-rgSamuel Giddins2016-11-292-2/+2
| |
| * [Travis] Test against ruby 2.3.3Samuel Giddins2016-11-291-1/+1
| |
* | Auto merge of #5199 - gearnode:feature-upgrade-rspec-template, r=indirectThe Bundler Bot2016-11-291-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new RSpec syntax in spec template This little pull request, juste for use actual new syntax for begin an spec file. ```ruby RSpec.describe "MyAwesomeSpec" do end ``` instead ```ruby describe "MyOldAwesomeSpec" do end ``` link: https://github.com/rspec/rspec-rails/commit/ca0d249858903949052e06884e8e7f9d596cdc79
| * Use new syntax for start spec file with RSpecGearnode2016-11-221-1/+1
| |
* | Auto merge of #5213 - bundler:seg-compact-index-client-threadsafe, r=indirectThe Bundler Bot2016-11-293-3/+8
|\ \ | | | | | | | | | | | | | | | [CompactIndexClient] Synchronize access to the list of fetched endpoints Should fix #5142.
| * | Fix a spelling mistake in the specsseg-compact-index-client-threadsafeSamuel Giddins2016-11-281-1/+1
| | |
| * | [Fetcher::CompactIndex] Don’t run in parallel on RBXSamuel Giddins2016-11-281-1/+1
| | | | | | | | | | | | This is a temporary measure until we can ensure everything is properly synchronized
| * | [CompactIndexClient] Synchronize access to the list of fetched endpointsSamuel Giddins2016-11-281-1/+6
| | |
* | | [RuboCop] Update to 0.45.0seg-rubocop-updateSamuel Giddins2016-11-293-22/+105
| | |
* | | Vendor net-http-persistent with automatiekseg-vendor-persistentSamuel Giddins2016-11-286-30/+56
|/ /
* | Update to sinatra 1.4.7 in the specsseg-specs-sinatra-updateSamuel Giddins2016-11-274-16/+4
| |
* | Auto merge of #5188 - bundler:seg-speedup-spec-deps, r=indirectThe Bundler Bot2016-11-251-4/+4
|\ \ | | | | | | | | | [Rakefile] Speed up rake spec:deps
| * | [Rakefile] Speed up rake spec:depsseg-speedup-spec-depsSamuel Giddins2016-11-191-4/+4
| | |
* | | Auto merge of #5203 - colby-swandale:inline-gemfile-lock-clash, r=segiddinsThe Bundler Bot2016-11-253-2/+39
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont build defintion with Gemfile.lock (if present) when resolving gems via inline gemfile This fixes #5117 I am passing an option to `Installer` to not build a definition when resolving gems via inline gemfile. Also, i notice: `Bundler.default_lockfile.exist? && !options["update"]...`. Is "update" suppose to be a string? I ask because i noticed that other options are being passed as symbols, so I'm not which i'm suppose to be using. Thanks. PS. Hopefully i have the bundler terminology correct 😄
| * | run inline bundle in same folder as Gemfiles and set appropiate sourceColby Swandale2016-11-241-7/+10
| | |
| * | specify older version of the JSON gem to meet requirements for it to be ↵Colby Swandale2016-11-241-1/+1
| | | | | | | | | | | | installed on ruby < 2.0
| * | fix typo expet and fix duplicate gemfile specificationColby Swandale2016-11-241-2/+2
| | |
| * | fix spec and use more common gem in inline exampleColby Swandale2016-11-241-2/+3
| | |
| * | dont build defintion with Gemfile.lock (if present) when using inline gemfileColby Swandale2016-11-233-2/+35
| | |
* | | Auto merge of #5190 - bundler:seg-compact-index-warning, r=indirectThe Bundler Bot2016-11-201-0/+1
|\ \ \ | | | | | | | | | | | | [CompactIndexClient] Fix warning
| * | | [CompactIndexClient] Fix warningseg-compact-index-warningSamuel Giddins2016-11-191-0/+1
| | |/ | |/|
* | | Auto merge of #5186 - bundler:seg-bundle-gem-invalid-constant, r=indirectThe Bundler Bot2016-11-192-4/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | [CLI::Gem] Fail gracefully on an invalid constant name Closes #5185.