summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* Only untaint strings on Ruby <2.7Jeremy Evans2019-10-181-1/+1
* Remove rubygems pre 2.2 compatibility codeDavid Rodríguez2019-04-271-18/+1
* Remove rubygems pre 1.4 compatibility codeDavid Rodríguez2019-04-271-17/+0
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Remove more unnecessary coderemove_old_rubygems_compatibility_codeDavid Rodríguez2019-04-091-2/+0
* Remove unnecessary codeDavid Rodríguez2019-04-091-10/+4
* Remove unused variableDavid Rodríguez2019-04-091-2/+0
* Remove more unnecessary logicDavid Rodríguez2019-04-091-8/+3
* Remove ruby 1.8 compatibility codecleanup_old_rubies_stuffDavid Rodríguez2019-04-081-5/+2
* Remove QuickLoader mentionDavid Rodríguez2019-04-081-5/+0
* Fix circular require warningsDavid Rodríguez2019-03-231-1/+0
* improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-0/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Implement source pinning for 2.0Samuel Giddins2017-06-231-2/+2
* Unify the notation of RubyGemsKoichi ITO2017-05-041-2/+2
* [RubyGemsExt] Speed up Dependency#to_lockseg-spec-set-perfSamuel Giddins2017-04-151-3/+8
* Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-1/+5
* But I only put that there to amuse you, RubocopDavid Kellum2016-09-021-1/+1
* If this works, you are just as nuisance, RubocopDavid Kellum2016-09-021-1/+2
* Get it passing for rubygems <2.0.0David Kellum2016-09-021-1/+9
* [RubygemsExt] Add missing require rubygems/sourceDavid Kellum2016-09-021-0/+1
* Backport Requirement#exact? ffor RG < ~2.1Samuel Giddins2016-08-231-0/+5
* Mild 1.8.7 $SAFE=1 compatibilityseg-gem-dep-api-compatibilitySamuel Giddins2016-07-191-1/+1
* [RubygemsExt] return Source::Installed from #source when appropriateSamuel Giddins2016-07-191-2/+9
* gems from plugin sources are loadingAsutosh Palai2016-07-031-1/+1
* Removed `@options[:plugin]` from source classAsutosh Palai2016-06-011-2/+1
* Fixed full_gem_path for older RGVAsutosh Palai2016-05-271-0/+2
* Added Gemfile eval for pluginsAsutosh Palai2016-05-261-1/+2
* use our own ivar to memoizeAndre Arko2016-02-231-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-2/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* Fix Style/MultilineTernaryOperatorVictor Koronen2015-08-141-6/+12
* Fix Style/AliasErick Sasse2015-07-231-2/+2
* Fix pending offensesErick Sasse2015-07-191-2/+2
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-13/+13
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-1/+1
* No longer use gemcutter. Update to rubygems.orgdsisnero2015-02-121-1/+1
* Revert "svn source support"Andre Arko2015-01-251-6/+3
* untaint gem path loaded from githubTADA Tadashi2015-01-221-1/+1
* fix remove method when methods are stringsAndre Arko2014-09-121-1/+3
* Revert "Merge pull request #2988 from mvz/issue-2774-rbx-deps"Andre Arko2014-05-051-1/+0
* svn source supportStefan Huber2014-04-221-3/+6
* Add rubinius as a seperate generic platformMatijs van Zuijlen2014-04-201-0/+1
* Mswin64 support.U.Nakamura2014-04-111-0/+1
* Use git sha as part of extension directory for git referenced gems.Dylan Thacker-Smith2014-03-301-0/+9