summaryrefslogtreecommitdiff
path: root/spec/support/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-141-1/+1
* Bump RuboCop to 0.77.0Koichi ITO2019-12-121-1/+1
* Improve rubygems switching codeDavid Rodríguez2019-12-011-1/+3
* Merge #7452Bundlerbot2019-11-231-2/+2
|\
| * Bump rubocop and rubocop-performanceDavid Rodríguez2019-11-221-2/+2
* | Reuse installed gems with windows CIDavid Rodríguez2019-11-221-1/+1
|/
* Merge #7435Bundlerbot2019-11-111-1/+1
|\
| * Improve rubygems version overriding mechanismDavid Rodríguez2019-11-111-1/+1
* | Lazily require fileutilsDavid Rodríguez2019-11-111-1/+2
|/
* Properly avoid readline crashes when running specs on Windowsfix_warning_and_readline_crash_on_windowsDavid Rodríguez2019-11-061-0/+3
* Replace `with_rubygems` scriptDavid Rodríguez2019-09-191-0/+1
* Fail hard if activating dep deps failsDavid Rodríguez2019-09-151-1/+1
* Remove unnecessary outputDavid Rodríguez2019-09-151-1/+0
* Extract helper methodDavid Rodríguez2019-09-151-4/+8
* Lazily require rubygems/user_interactionDavid Rodríguez2019-09-151-1/+1
* Refactor activation errorsDavid Rodríguez2019-09-151-0/+2
* Add a private sectionDavid Rodríguez2019-09-151-5/+7
* Use `extend self`David Rodríguez2019-09-151-6/+8
* Start using automatiek 0.3.0automatiek_0.3David Rodríguez2019-09-041-1/+1
* Parallelize test suiteDavid Rodríguez2019-08-181-0/+1
* Consistently use `Path` over `Spec::Path`David Rodríguez2019-08-161-1/+1
* Extract a `gem_bin` path helperDavid Rodríguez2019-08-161-1/+1
* Bump rspec dependency to 3.8bump_rspec_dev_dependencyDavid Rodríguez2019-08-081-1/+1
* Bump rack and sinatra to latest versionsbump_test_depsDavid Rodríguez2019-08-061-3/+2
* Bump rubocop to 0.74.0bump_rubocopDavid Rodríguez2019-07-311-1/+1
* Bump automatiek to 0.2.0David Rodríguez2019-07-241-1/+1
* Remove development dependencies from gemspecremove_add_development_dependency_from_gemspecDavid Rodríguez2019-07-081-2/+35
* Remove unnecessary begin-end blockDavid Rodríguez2019-07-081-15/+13
* Remove unnecessary stuffsimplify_gems_used_by_tests_installationDavid Rodríguez2019-03-281-0/+1
* Remove unnecessary conditionDavid Rodríguez2019-03-131-1/+1
* Fix TODODavid Rodríguez2019-03-081-2/+0
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.SHIBATA Hiroshi2019-02-191-1/+2
* Remove exception since MRI 1.9.3 is no longer supporteddependency_reviewDavid Rodríguez2019-02-131-4/+3
* Bump builder gem since we no longer support MRI 1.9.2David Rodríguez2019-02-131-2/+1
* Bump rack-test since we no longer support MRI 1.8.7David Rodríguez2019-02-131-3/+1
* Fix TODO note since linked issue seems closedDavid Rodríguez2019-02-131-3/+1
* Remove no longer relevant commentDavid Rodríguez2019-02-131-1/+0
* Fixed failing examples.SHIBATA Hiroshi2019-01-241-1/+1
* Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-5/+1
* Make RakeTask spec:deps OS agnosticLeo Arnold2018-10-171-6/+6
* Use helper method instead of hard-code path.SHIBATA Hiroshi2018-10-161-1/+1
* rubocop -ano-documentSHIBATA Hiroshi2018-07-121-3/+3
* To use --no-document option after RubyGems 2.0. RubyGems will remove --no-ri ...SHIBATA Hiroshi2018-07-121-1/+5
* Re-order gem dependency for Ruby 1.8 build matrix.fix-ruby18-testSHIBATA Hiroshi2017-12-241-1/+2
* Stop installing bundler 1.12 for the specsSamuel Giddins2017-08-251-1/+0
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Limit specs to rack-test < 0.7.0 for Ruby 1.8.7 compatibilitysegiddins-spec-deps-updateSamuel Giddins2017-07-101-0/+3
* Avoid Rack 1.6.7 in specs for nowseg-spec-rack-avoid-1.6.7Samuel Giddins2017-05-161-1/+3
* In specs, set TMPDIR to be ./tmp/tmpdirSamuel Giddins2017-02-101-0/+1
* Ensure rack is always installed first on 1.8.7 in the specsSamuel Giddins2017-01-241-1/+2