bundler 2.1.0 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -0
  3. data/lib/bundler/build_metadata.rb +2 -2
  4. data/lib/bundler/cli/exec.rb +3 -12
  5. data/lib/bundler/cli/install.rb +3 -2
  6. data/lib/bundler/gem_helper.rb +2 -3
  7. data/lib/bundler/inline.rb +1 -1
  8. data/lib/bundler/rubygems_integration.rb +10 -0
  9. data/lib/bundler/setup.rb +5 -0
  10. data/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +0 -22
  11. data/lib/bundler/version.rb +1 -1
  12. data/man/bundle-add.1 +1 -1
  13. data/man/bundle-add.1.txt +1 -1
  14. data/man/bundle-binstubs.1 +1 -1
  15. data/man/bundle-binstubs.1.txt +1 -1
  16. data/man/bundle-cache.1 +1 -1
  17. data/man/bundle-cache.1.txt +1 -1
  18. data/man/bundle-check.1 +1 -1
  19. data/man/bundle-check.1.txt +1 -1
  20. data/man/bundle-clean.1 +1 -1
  21. data/man/bundle-clean.1.txt +1 -1
  22. data/man/bundle-config.1 +1 -1
  23. data/man/bundle-config.1.txt +1 -1
  24. data/man/bundle-doctor.1 +1 -1
  25. data/man/bundle-doctor.1.txt +1 -1
  26. data/man/bundle-exec.1 +1 -1
  27. data/man/bundle-exec.1.txt +1 -1
  28. data/man/bundle-gem.1 +1 -1
  29. data/man/bundle-gem.1.txt +1 -1
  30. data/man/bundle-info.1 +1 -1
  31. data/man/bundle-info.1.txt +1 -1
  32. data/man/bundle-init.1 +1 -1
  33. data/man/bundle-init.1.txt +1 -1
  34. data/man/bundle-inject.1 +1 -1
  35. data/man/bundle-inject.1.txt +1 -1
  36. data/man/bundle-install.1 +1 -1
  37. data/man/bundle-install.1.txt +1 -1
  38. data/man/bundle-list.1 +1 -1
  39. data/man/bundle-list.1.txt +1 -1
  40. data/man/bundle-lock.1 +1 -1
  41. data/man/bundle-lock.1.txt +1 -1
  42. data/man/bundle-open.1 +1 -1
  43. data/man/bundle-open.1.txt +1 -1
  44. data/man/bundle-outdated.1 +1 -1
  45. data/man/bundle-outdated.1.txt +1 -1
  46. data/man/bundle-platform.1 +1 -1
  47. data/man/bundle-platform.1.txt +1 -1
  48. data/man/bundle-pristine.1 +1 -1
  49. data/man/bundle-pristine.1.txt +1 -1
  50. data/man/bundle-remove.1 +1 -1
  51. data/man/bundle-remove.1.txt +1 -1
  52. data/man/bundle-show.1 +1 -1
  53. data/man/bundle-show.1.txt +1 -1
  54. data/man/bundle-update.1 +1 -1
  55. data/man/bundle-update.1.txt +1 -1
  56. data/man/bundle-viz.1 +1 -1
  57. data/man/bundle-viz.1.txt +1 -1
  58. data/man/bundle.1 +1 -1
  59. data/man/bundle.1.txt +1 -1
  60. data/man/gemfile.5 +1 -1
  61. data/man/gemfile.5.txt +1 -1
  62. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1b0f254fde45e5334d616c37efb448b0c3213d5681d141a3652fe6aa59e3f4a
4
- data.tar.gz: 3c6f21c091483b75be54095df2449cc31f12dce5800473b57fabe7efa1536368
3
+ metadata.gz: 2edfd42259767032962e9b313b884bcc25f55a592faebf2073e0a2bfd1297e3f
4
+ data.tar.gz: 2f370bb8a61d1ef5498a195cdccbb1c723c8b77fd34277f0aefeeb72b11a33c4
5
5
  SHA512:
6
- metadata.gz: d55cf58680c59ed903fa27d6b90e73d9609b9373ccf51041bbfdd31b56449ee40eb1d927c0ef1278aa977d85a912e06f90accaa958a36376abee465c11ad846b
7
- data.tar.gz: 67860aa75e4883107d5c8c3afd76a388bea176a6b39382e1258ceafec35afa993aed49b82d2cce92da64e41739dafbbc65fba01ce9ca80470490d44474fabf7e
6
+ metadata.gz: b189bff64282884f2773cb48e197eb7a214cbf74021059015554983fc6b89945ce5f1ac003a3f47370191090f977d2d7e7708523bb9b452192ba9f48fab8a018
7
+ data.tar.gz: 6e09f04c2f277c5cc8ff6b67a7dcd2f78a47cdb5f16824ff1ef58ff0b179567de41e60750d7d1a91508c258fdd16092b72d50f13ab67933b71200dfcb3511445
data/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 2.1.4 (January 5, 2020)
2
+
3
+ Bugfixes:
4
+
5
+ - Fix `net-http-pipeline` no longer being allowed in Gemfiles if already installed in the system due to our vendored version of `net-http-persistent` optionally requiring it [#7529](https://github.com/bundler/bundler/pull/7529)
6
+ - Fix inline gems no longer being requirable if no Gemfile is present in the directory hierarchy [#7537](https://github.com/bundler/bundler/pull/7537)
7
+
8
+ ## 2.1.3 (January 2, 2020)
9
+
10
+ Bugfixes:
11
+
12
+ - Fix `rake build` when path has spaces on it [#7514](https://github.com/bundler/bundler/pull/7514)
13
+ - Fix `rake release` git push tasks when the running shell has `git` as an alias of another command (like `hub`) [#7510](https://github.com/bundler/bundler/pull/7510)
14
+ - Fix some circular require warnings [#7520](https://github.com/bundler/bundler/pull/7520)
15
+ - Fix `bundle config set deployment true` recommended alternative to `bundle config --deployment` to behave in the same way as the `--deployment` flag [#7519](https://github.com/bundler/bundler/pull/7519)
16
+
17
+ ## 2.1.2 (December 20, 2019)
18
+
19
+ Bugfixes:
20
+
21
+ - Restore an explicit `require "rubygems"` on top `rubygems_integration.rb` to avoid some missing constant errors under some convoluted setups [#7505](https://github.com/bundler/bundler/pull/7505)
22
+
23
+ ## 2.1.1 (December 17, 2019)
24
+
25
+ Bugfixes:
26
+
27
+ - Fix some cases of shelling out to `rubygems` still being silent [#7493](https://github.com/bundler/bundler/pull/7493)
28
+ - Restore compatibility with `rubygems-bundler` so that binstubs work under `RVM` [#7498](https://github.com/bundler/bundler/pull/7498)
29
+
1
30
  ## 2.1.0 (December 15, 2019)
2
31
 
3
32
  Features:
@@ -4,8 +4,8 @@ module Bundler
4
4
  # Represents metadata from when the Bundler gem was built.
5
5
  module BuildMetadata
6
6
  # begin ivars
7
- @built_at = "2019-12-15".freeze
8
- @git_commit_sha = "683fe9799e".freeze
7
+ @built_at = "2020-01-05".freeze
8
+ @git_commit_sha = "32a4159325".freeze
9
9
  @release = true
10
10
  # end ivars
11
11
 
@@ -25,12 +25,12 @@ module Bundler
25
25
  SharedHelpers.set_bundle_environment
26
26
  if bin_path = Bundler.which(cmd)
27
27
  if !Bundler.settings[:disable_exec_load] && ruby_shebang?(bin_path)
28
- return with_verbose_rubygems { kernel_load(bin_path, *args) }
28
+ return kernel_load(bin_path, *args)
29
29
  end
30
- with_verbose_rubygems { kernel_exec(bin_path, *args) }
30
+ kernel_exec(bin_path, *args)
31
31
  else
32
32
  # exec using the given command
33
- with_verbose_rubygems { kernel_exec(cmd, *args) }
33
+ kernel_exec(cmd, *args)
34
34
  end
35
35
  end
36
36
 
@@ -89,14 +89,5 @@ module Bundler
89
89
  first_line = File.open(file, "rb") {|f| f.read(possibilities.map(&:size).max) }
90
90
  possibilities.any? {|shebang| first_line.start_with?(shebang) }
91
91
  end
92
-
93
- def with_verbose_rubygems
94
- old_ui = Gem::DefaultUserInteraction.ui
95
- Gem::DefaultUserInteraction.ui = nil
96
-
97
- yield
98
- ensure
99
- Gem::DefaultUserInteraction.ui = old_ui
100
- end
101
92
  end
102
93
  end
@@ -38,7 +38,8 @@ module Bundler
38
38
  if Bundler.feature_flag.deployment_means_frozen?
39
39
  Bundler.settings.set_command_option :deployment, true
40
40
  else
41
- Bundler.settings.set_command_option :frozen, true
41
+ Bundler.settings.set_command_option :deployment, true if options[:deployment]
42
+ Bundler.settings.set_command_option :frozen, true if options[:frozen]
42
43
  end
43
44
  end
44
45
 
@@ -169,7 +170,7 @@ module Bundler
169
170
  def normalize_settings
170
171
  Bundler.settings.set_command_option :path, nil if options[:system]
171
172
  Bundler.settings.temporary(:path_relative_to_cwd => false) do
172
- Bundler.settings.set_command_option :path, "vendor/bundle" if options[:deployment]
173
+ Bundler.settings.set_command_option :path, "vendor/bundle" if Bundler.settings[:deployment] && Bundler.settings[:path].nil?
173
174
  end
174
175
  Bundler.settings.set_command_option_if_given :path, options[:path]
175
176
  Bundler.settings.temporary(:path_relative_to_cwd => false) do
@@ -73,7 +73,7 @@ module Bundler
73
73
 
74
74
  def build_gem
75
75
  file_name = nil
76
- sh("#{gem_command} build -V #{spec_path}".shellsplit) do
76
+ sh("#{gem_command} build -V #{spec_path.shellescape}".shellsplit) do
77
77
  file_name = File.basename(built_gem_path)
78
78
  SharedHelpers.filesystem_access(File.join(base, "pkg")) {|p| FileUtils.mkdir_p(p) }
79
79
  FileUtils.mv(built_gem_path, "pkg")
@@ -130,9 +130,8 @@ module Bundler
130
130
 
131
131
  def perform_git_push(options = "")
132
132
  cmd = "git push #{options}"
133
- out, status = sh_with_status(cmd)
133
+ out, status = sh_with_status(cmd.shellsplit)
134
134
  return if status.success?
135
- cmd = cmd.shelljoin if cmd.respond_to?(:shelljoin)
136
135
  raise "Couldn't git push. `#{cmd}' failed with the following output:\n\n#{out}\n"
137
136
  end
138
137
 
@@ -78,7 +78,7 @@ def gemfile(install = false, options = {}, &gemfile)
78
78
  if old_gemfile
79
79
  ENV["BUNDLE_GEMFILE"] = old_gemfile
80
80
  else
81
- ENV.delete("BUNDLE_GEMFILE")
81
+ ENV["BUNDLE_GEMFILE"] = ""
82
82
  end
83
83
  end
84
84
  end
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "rubygems" unless defined?(Gem)
4
+
3
5
  module Bundler
4
6
  class RubygemsIntegration
5
7
  if defined?(Gem::Ext::Builder::CHDIR_MONITOR)
@@ -525,6 +527,14 @@ module Bundler
525
527
  end
526
528
  end
527
529
 
530
+ def plain_specs
531
+ Gem::Specification._all
532
+ end
533
+
534
+ def plain_specs=(specs)
535
+ Gem::Specification.all = specs
536
+ end
537
+
528
538
  def fetch_specs(remote, name)
529
539
  path = remote.uri.to_s + "#{name}.#{Gem.marshal_version}.gz"
530
540
  fetcher = gem_remote_fetcher
data/lib/bundler/setup.rb CHANGED
@@ -19,4 +19,9 @@ if Bundler::SharedHelpers.in_bundle?
19
19
  else
20
20
  Bundler.ui.silence { Bundler.setup }
21
21
  end
22
+
23
+ # We might be in the middle of shelling out to rubygems
24
+ # (RUBYOPT=-rbundler/setup), so we need to give rubygems the opportunity of
25
+ # not being silent.
26
+ Gem::DefaultUserInteraction.ui = nil
22
27
  end
@@ -3,11 +3,6 @@ require_relative '../../../../uri/lib/uri'
3
3
  require 'cgi' # for escaping
4
4
  require_relative '../../../../connection_pool/lib/connection_pool'
5
5
 
6
- begin
7
- require 'net/http/pipeline'
8
- rescue LoadError
9
- end
10
-
11
6
  autoload :OpenSSL, 'openssl'
12
7
 
13
8
  ##
@@ -773,23 +768,6 @@ class Bundler::Persistent::Net::HTTP::Persistent
773
768
  (uri =~ /^https?:/) ? uri : "http://#{uri}"
774
769
  end
775
770
 
776
- ##
777
- # Pipelines +requests+ to the HTTP server at +uri+ yielding responses if a
778
- # block is given. Returns all responses received.
779
- #
780
- # See
781
- # Net::HTTP::Pipeline[http://docs.seattlerb.org/net-http-pipeline/Net/HTTP/Pipeline.html]
782
- # for further details.
783
- #
784
- # Only if <tt>net-http-pipeline</tt> was required before
785
- # <tt>net-http-persistent</tt> #pipeline will be present.
786
-
787
- def pipeline uri, requests, &block # :yields: responses
788
- connection_for uri do |connection|
789
- connection.http.pipeline requests, &block
790
- end
791
- end
792
-
793
771
  ##
794
772
  # Sets this client's SSL private key
795
773
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Bundler
4
- VERSION = "2.1.0".freeze
4
+ VERSION = "2.1.4".freeze
5
5
 
6
6
  def self.bundler_major_version
7
7
  @bundler_major_version ||= VERSION.split(".").first.to_i
data/man/bundle-add.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-ADD" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-ADD" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install
data/man/bundle-add.1.txt CHANGED
@@ -55,4 +55,4 @@ OPTIONS
55
55
 
56
56
 
57
57
 
58
- December 2019 BUNDLE-ADD(1)
58
+ January 2020 BUNDLE-ADD(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-BINSTUBS" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-BINSTUBS" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-binstubs\fR \- Install the binstubs of the listed gems
@@ -45,4 +45,4 @@ BUNDLE INSTALL --BINSTUBS
45
45
 
46
46
 
47
47
 
48
- December 2019 BUNDLE-BINSTUBS(1)
48
+ January 2020 BUNDLE-BINSTUBS(1)
data/man/bundle-cache.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CACHE" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-CACHE" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-cache\fR \- Package your needed \fB\.gem\fR files into your application
@@ -75,4 +75,4 @@ REMOTE FETCHING
75
75
 
76
76
 
77
77
 
78
- December 2019 BUNDLE-CACHE(1)
78
+ January 2020 BUNDLE-CACHE(1)
data/man/bundle-check.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CHECK" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-CHECK" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems
@@ -30,4 +30,4 @@ OPTIONS
30
30
 
31
31
 
32
32
 
33
- December 2019 BUNDLE-CHECK(1)
33
+ January 2020 BUNDLE-CHECK(1)
data/man/bundle-clean.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CLEAN" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-CLEAN" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory
@@ -23,4 +23,4 @@ OPTIONS
23
23
 
24
24
 
25
25
 
26
- December 2019 BUNDLE-CLEAN(1)
26
+ January 2020 BUNDLE-CLEAN(1)
data/man/bundle-config.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CONFIG" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-CONFIG" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-config\fR \- Set bundler configuration options
@@ -525,4 +525,4 @@ CONFIGURE BUNDLER DIRECTORIES
525
525
 
526
526
 
527
527
 
528
- December 2019 BUNDLE-CONFIG(1)
528
+ January 2020 BUNDLE-CONFIG(1)
data/man/bundle-doctor.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-DOCTOR" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-DOCTOR" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-doctor\fR \- Checks the bundle for common problems
@@ -41,4 +41,4 @@ OPTIONS
41
41
 
42
42
 
43
43
 
44
- December 2019 BUNDLE-DOCTOR(1)
44
+ January 2020 BUNDLE-DOCTOR(1)
data/man/bundle-exec.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-EXEC" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-EXEC" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-exec\fR \- Execute a command in the context of the bundle
@@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
175
175
 
176
176
 
177
177
 
178
- December 2019 BUNDLE-EXEC(1)
178
+ January 2020 BUNDLE-EXEC(1)
data/man/bundle-gem.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-GEM" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-GEM" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem
data/man/bundle-gem.1.txt CHANGED
@@ -88,4 +88,4 @@ SEE ALSO
88
88
 
89
89
 
90
90
 
91
- December 2019 BUNDLE-GEM(1)
91
+ January 2020 BUNDLE-GEM(1)
data/man/bundle-info.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INFO" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-INFO" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-info\fR \- Show information for the given gem in your bundle
@@ -18,4 +18,4 @@ OPTIONS
18
18
 
19
19
 
20
20
 
21
- December 2019 BUNDLE-INFO(1)
21
+ January 2020 BUNDLE-INFO(1)
data/man/bundle-init.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INIT" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-INIT" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-init\fR \- Generates a Gemfile into the current working directory
@@ -31,4 +31,4 @@ SEE ALSO
31
31
 
32
32
 
33
33
 
34
- December 2019 BUNDLE-INIT(1)
34
+ January 2020 BUNDLE-INIT(1)
data/man/bundle-inject.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INJECT" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-INJECT" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile
@@ -29,4 +29,4 @@ DESCRIPTION
29
29
 
30
30
 
31
31
 
32
- December 2019 BUNDLE-INJECT(1)
32
+ January 2020 BUNDLE-INJECT(1)
data/man/bundle-install.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INSTALL" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-INSTALL" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-install\fR \- Install the dependencies specified in your Gemfile
@@ -398,4 +398,4 @@ SEE ALSO
398
398
 
399
399
 
400
400
 
401
- December 2019 BUNDLE-INSTALL(1)
401
+ January 2020 BUNDLE-INSTALL(1)
data/man/bundle-list.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LIST" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-LIST" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-list\fR \- List all the gems in the bundle
@@ -40,4 +40,4 @@ OPTIONS
40
40
 
41
41
 
42
42
 
43
- December 2019 BUNDLE-LIST(1)
43
+ January 2020 BUNDLE-LIST(1)
data/man/bundle-lock.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LOCK" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-LOCK" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-lock\fR \- Creates / Updates a lockfile without installing
@@ -90,4 +90,4 @@ PATCH LEVEL OPTIONS
90
90
 
91
91
 
92
92
 
93
- December 2019 BUNDLE-LOCK(1)
93
+ January 2020 BUNDLE-LOCK(1)
data/man/bundle-open.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OPEN" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-OPEN" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-open\fR \- Opens the source directory for a gem in your bundle
@@ -26,4 +26,4 @@ DESCRIPTION
26
26
 
27
27
 
28
28
 
29
- December 2019 BUNDLE-OPEN(1)
29
+ January 2020 BUNDLE-OPEN(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OUTDATED" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-OUTDATED" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-outdated\fR \- List installed gems with newer versions available
@@ -128,4 +128,4 @@ FILTERING OUTPUT
128
128
 
129
129
 
130
130
 
131
- December 2019 BUNDLE-OUTDATED(1)
131
+ January 2020 BUNDLE-OUTDATED(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-PLATFORM" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-PLATFORM" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-platform\fR \- Displays platform compatibility information
@@ -54,4 +54,4 @@ OPTIONS
54
54
 
55
55
 
56
56
 
57
- December 2019 BUNDLE-PLATFORM(1)
57
+ January 2020 BUNDLE-PLATFORM(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-PRISTINE" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-PRISTINE" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-pristine\fR \- Restores installed gems to their pristine condition
@@ -41,4 +41,4 @@ DESCRIPTION
41
41
 
42
42
 
43
43
 
44
- December 2019 BUNDLE-PRISTINE(1)
44
+ January 2020 BUNDLE-PRISTINE(1)
data/man/bundle-remove.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-REMOVE" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-REMOVE" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-remove\fR \- Removes gems from the Gemfile
@@ -31,4 +31,4 @@ OPTIONS
31
31
 
32
32
 
33
33
 
34
- December 2019 BUNDLE-REMOVE(1)
34
+ January 2020 BUNDLE-REMOVE(1)
data/man/bundle-show.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-SHOW" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-SHOW" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem
@@ -24,4 +24,4 @@ OPTIONS
24
24
 
25
25
 
26
26
 
27
- December 2019 BUNDLE-SHOW(1)
27
+ January 2020 BUNDLE-SHOW(1)
data/man/bundle-update.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-UPDATE" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-UPDATE" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-update\fR \- Update your gems to the latest available versions
@@ -387,4 +387,4 @@ RECOMMENDED WORKFLOW
387
387
 
388
388
 
389
389
 
390
- December 2019 BUNDLE-UPDATE(1)
390
+ January 2020 BUNDLE-UPDATE(1)
data/man/bundle-viz.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-VIZ" "1" "December 2019" "" ""
4
+ .TH "BUNDLE\-VIZ" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-viz\fR \- Generates a visual dependency graph for your Gemfile
data/man/bundle-viz.1.txt CHANGED
@@ -36,4 +36,4 @@ OPTIONS
36
36
 
37
37
 
38
38
 
39
- December 2019 BUNDLE-VIZ(1)
39
+ January 2020 BUNDLE-VIZ(1)
data/man/bundle.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE" "1" "December 2019" "" ""
4
+ .TH "BUNDLE" "1" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\fR \- Ruby Dependency Management
data/man/bundle.1.txt CHANGED
@@ -113,4 +113,4 @@ OBSOLETE
113
113
 
114
114
 
115
115
 
116
- December 2019 BUNDLE(1)
116
+ January 2020 BUNDLE(1)
data/man/gemfile.5 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "GEMFILE" "5" "December 2019" "" ""
4
+ .TH "GEMFILE" "5" "January 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBGemfile\fR \- A format for describing gem dependencies for Ruby programs
data/man/gemfile.5.txt CHANGED
@@ -646,4 +646,4 @@ SOURCE PRIORITY
646
646
 
647
647
 
648
648
 
649
- December 2019 GEMFILE(5)
649
+ January 2020 GEMFILE(5)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: exe
24
24
  cert_chain: []
25
- date: 2019-12-15 00:00:00.000000000 Z
25
+ date: 2020-01-05 00:00:00.000000000 Z
26
26
  dependencies: []
27
27
  description: Bundler manages an application's dependencies through its entire life,
28
28
  across many machines, systematically and repeatably
@@ -366,7 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
366
366
  - !ruby/object:Gem::Version
367
367
  version: 2.5.2
368
368
  requirements: []
369
- rubygems_version: 3.0.6
369
+ rubygems_version: 3.1.2
370
370
  signing_key:
371
371
  specification_version: 4
372
372
  summary: The best way to manage your application's dependencies