summaryrefslogtreecommitdiff
path: root/spec/support/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* For Ruby 2.3Hiroshi SHIBATA2020-03-061-1/+2
* Install dev dependencies programmaticallyDavid Rodríguez2020-03-061-4/+8
* Revert "Added additional dependency for Ruby 2.8"Hiroshi SHIBATA2020-03-061-2/+0
* Added additional dependency for Ruby 2.8Hiroshi SHIBATA2020-03-061-0/+2
* Bump rake version to 13.0 everywherebump_rakeDavid Rodríguez2020-02-211-1/+1
* Use whatever `rake` comes with rubyDavid Rodríguez2020-02-211-1/+0
* Unfreeze dep hashesfix_dev_deps_hashesDavid Rodríguez2020-02-191-4/+4
* Lock rack to 2.0.8 for teststests/lock_rackDavid Rodríguez2020-01-111-1/+1
* Split test gem installation to a separate taskDavid Rodríguez2020-01-071-8/+28
* Simplify `install_gems` methodDavid Rodríguez2020-01-071-4/+1
* We don't need a manifestDavid Rodríguez2020-01-071-10/+1
* 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