summaryrefslogtreecommitdiff
path: root/lib/bundler/injector.rb
Commit message (Expand)AuthorAgeFilesLines
* Add git and branch options to `bundle add`Baumgarten2019-04-131-1/+3
* Fix error when gem name includes block method nameDouglas Eichelberger2018-10-291-7/+7
* Fix singular groups on injecting gemAgrim Mittal2018-07-171-1/+1
* Extract injected gems into const variableAgrim Mittal2018-07-021-4/+7
* Move write_to_gemfile to SharedHelpersAgrim Mittal2018-06-281-8/+2
* Remove necessary comments and update documentationAgrim Mittal2018-06-281-9/+0
* Add gemfile method to dependencyAgrim Mittal2018-06-281-1/+1
* Fix test suite and update error messagesAgrim Mittal2018-06-281-18/+12
* Add gemfile error when gem is not presentAgrim Mittal2018-06-281-5/+4
* Add partial gem removal logicAgrim Mittal2018-06-281-7/+14
* Remove raise error when dependency is not foundAgrim Mittal2018-06-281-13/+7
* Save extra work when no gems are there to be removedAgrim Mittal2018-06-281-4/+17
* Handle eval_gemfileAgrim Mittal2018-06-281-17/+34
* Add check for gems that removes other gemsAgrim Mittal2018-06-281-19/+50
* Update patterns regexAgrim Mittal2018-06-281-2/+11
* Change new_deps to deps to avoid confusionAgrim Mittal2018-06-281-13/+12
* Add warning if gem is not removedAgrim Mittal2018-06-281-2/+12
* Added missing specs and updated regexAgrim Mittal2018-06-281-22/+10
* Moved remove_gems to Injector and update some regexAgrim Mittal2018-06-281-7/+29
* Add failing specs for more casesAgrim Mittal2018-06-281-16/+23
* Fix failing specs for nested groupsAgrim Mittal2018-06-281-20/+24
* Rearrange remove functions to injectorAgrim Mittal2018-06-281-0/+66
* Add support for mutiple gems add with names onlyAgrim Mittal2018-06-061-1/+2
* add version prefixAgrim Mittal2018-05-281-1/+11
* Add RDoc parameter info to Injector.injectTobias Grasse2018-04-091-1/+4
* Update injector.rbTobias Grasse2018-04-061-1/+1
* Auto merge of #6300 - cpgo:remove-add-timestamp-comment, r=colby-swandaleThe Bundler Bot2018-02-201-3/+0
|\
| * remove timestamp commentCassio Godinho2018-02-191-3/+0
* | Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-1/+1
|/
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-22/+24
* Fix rubocop errorDennis Suratna2017-04-101-6/+1
* Fix failing specs and consistently use double quotes for rendered Gemfile linesDennis Suratna2017-04-101-2/+3
* Unnecessary quotesDennis Suratna2017-04-101-1/+1
* Use dump instead of string escapesDennis Suratna2017-04-101-1/+1
* Add command - refactor and use double quotes and fix specsDennis Suratna2017-04-101-3/+3
* Add Command: Handle pre release suffixDennis Suratna2017-04-101-6/+8
* Add command: Handle multiple versionsDennis Suratna2017-04-101-1/+1
* Add command implementationDennis Suratna2017-04-101-13/+29
* writing groups instead of group in the Gemfileshekharrajak2017-04-051-1/+8
* Fix prerelease version pickingBoggs2016-06-291-1/+1
* Fix spec on 1.8.7Boggs2016-06-281-1/+1
* Rename flag to `--group`Boggs2016-06-271-4/+5
* Implement --groups and --source flags for `bundle add`Boggs2016-06-271-2/+3
* WIP - groups and sourceBoggs2016-06-221-0/+2
* Remove extra parameter specifying command.Boggs2016-06-201-1/+1
* Add option to `remove_timestamp` from `Injector` class.Boggs2016-06-161-4/+7
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1