summaryrefslogtreecommitdiff
path: root/spec/bundler/dsl_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove old rubies stuff no longer neededDavid Rodríguez2019-08-181-1/+1
* dsl_spec.rb - fix for Ruby coreMSP-Greg2019-07-161-1/+1
* Merge #7155Bundlerbot2019-06-111-2/+2
|\
| * Added Ruby 2.6 to dsl.ruby26Hiroshi SHIBATA2019-05-021-2/+2
* | spec/bundler/bundler/dsl_spec.rb: fix exception to raiseNobuyoshi Nakada2019-06-101-2/+2
* | Fully switch to https sourceshttps_sourcesDavid Rodríguez2019-04-241-67/+11
|/
* Move on to bundler 3David Rodríguez2019-04-111-6/+12
* Delay custom sources deprecation to bundler 3David Rodríguez2019-03-121-1/+14
* Rework DSL specs and enable them in bundler 2David Rodríguez2019-03-121-16/+50
* Delay git sources removal to bundler 3 (for now)David Rodríguez2019-03-121-2/+2
* github.https setting is booleanDavid Rodríguez2019-03-121-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* add feature flag to use https for :git in the dslcolby/git-https-defaultColby Swandale2018-11-251-0/+16
* Add specs for the truffleruby platformBenoit Daloze2018-09-091-1/+1
* [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-271-3/+3
* add more clear error message for user when adding a gem in the Gemfile with a...colby/gem-empty-name-validationColby Swandale2017-07-251-0/+5
* [DSL] Remove default git sources on 2.0seg-no-default-git-sourcesSamuel Giddins2017-06-281-2/+19
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* | Fix a typosKoichi ITO2017-05-031-2/+2
|/
* fix using branch with git_source with specColby Swandale2017-04-081-0/+7
* fix breaking spec and add spec testing git source with branchColby Swandale2017-04-051-0/+6
* fix mismatch in quotesColby Swandale2017-04-051-1/+1
* print an error message when a non-git gem is given a `branch` optionColby Swandale2017-04-031-0/+5
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Support :mri_25 platform and its variationsAkira Matsuda2016-12-261-2/+2
* Support :mri_23 platform and its variationsAkira Matsuda2016-11-151-2/+2
* Fix legacy RubyGems compatibilitySamuel Giddins2016-07-191-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-0/+1
* Use the local platform rather than relying on the platform reported by the specMike Virata-Stone2015-12-151-0/+1
* Revert "Revert "When loading a gem from a gemspec, restrict to the platforms ...Mike Virata-Stone2015-12-151-0/+33
* Revert "When loading a gem from a gemspec, restrict to the platforms defined ...Andre Arko2015-12-131-33/+0
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-4/+4
|\
| * [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
| * [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* | When loading a gem from a gemspec, restrict to the platforms defined in the g...Mike Virata-Stone2015-11-181-0/+33
|/
* Dsl#with_source should restore the previous sourceAgis-2015-09-061-0/+16
* Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-021-0/+8
* Fix Style/NumericLiteralsVictor Koronen2015-08-141-1/+1
* Use %w[] instead of %w()Erick Sasse2015-07-291-2/+2
* Fix Style/WordArrayErick Sasse2015-07-281-2/+2
* Support :mri_23 platform and its variationsAkira Matsuda2015-07-221-2/+2
* Test :mri_22 DSL as wellAkira Matsuda2015-07-221-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* [DSLSpec] Allow the error report spec to pass on 1.9.2Samuel E. Giddins2015-05-311-1/+1