· 6 years ago · Dec 18, 2019, 04:26 PM
1$ gem update --system
202:58
323 Updating rubygems-update
424 Successfully installed rubygems-update-3.1.1
525 Installing RubyGems 3.1.1
626 Successfully built RubyGem
727 Name: bundler
828 Version: 2.1.0
929 File: bundler-2.1.0.gem
1030 Bundler 2.1.0 installed
1131 RubyGems 3.1.1 installed
1232 Regenerating binstubs
1333 === 3.1.1 / 2019-12-16
1434 Bug fixes:
1535 * Vendor Bundler 2.1.0 again. The version of Bundler with
1636 RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
1737 SHIBATA Hiroshi.
1838 === 3.1.0 / 2019-12-16
1939 Major enhancements:
2040 * Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
2141 Minor enhancements:
2242 * Check for rubygems.org typo squatting sources. Pull request #2999 by
2343 Luis Sagastume.
2444 * Refactor remote fetcher. Pull request #3017 by David Rodríguez.
2545 * Lazily load `open3`. Pull request #3001 by David Rodríguez.
2646 * Remove `delegate` dependency. Pull request #3002 by David Rodríguez.
2747 * Lazily load `uri`. Pull request #3005 by David Rodríguez.
2848 * Lazily load `rubygems/gem_runner` during tests. Pull request #3009 by
2949 David Rodríguez.
3050 * Use bundler to manage development dependencies. Pull request #3012 by
3151 David Rodríguez.
3252 Bug fixes:
3353 * Remove unnecessary executable flags. Pull request #2982 by David
3454 Rodríguez.
3555 * Remove configuration that contained a typo. Pull request #2989 by David
3656 Rodríguez.
3757 Compatibility changes:
3858 * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
3959 * Deprecate `gem generate_index --modern` and `gem generate_index
4060 --no-modern`. Pull request #2992 by David Rodríguez.
4161 === 3.1.0.pre3 / 2019-11-11
4262 Minor enhancements:
4363 * Fix gem pristine not accounting for user installed gems. Pull request
4464 #2914 by Luis Sagastume.
4565 * Refactor keyword argument test for Ruby 2.7. Pull request #2947 by
4666 SHIBATA Hiroshi.
4767 * Fix errors at frozen Gem::Version. Pull request #2949 by Nobuyoshi
4868 Nakada.
4969 * Remove taint usage on Ruby 2.7+. Pull request #2951 by Jeremy Evans.
5070 * Check Manifest.txt is up to date. Pull request #2953 by David Rodríguez.
5171 * Clarify symlink conditionals in tests. Pull request #2962 by David
5272 Rodríguez.
5373 * Update command line parsing to work under ps. Pull request #2966 by
5474 David Rodríguez.
5575 * Properly test `Gem::Specifications.stub_for`. Pull request #2970 by
5676 David Rodríguez.
5777 * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
5878 #2985 by MSP-Greg.
5979 === 3.1.0.pre2 / 2019-10-15
6080 Minor enhancements:
6181 * Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
6282 Boussier.
6383 * Time comparison around date boundary. Pull request #2944 by Nobuyoshi
6484 Nakada.
6585 === 3.1.0.pre1 / 2019-10-08
6686 Major enhancements:
6787 * Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
6888 * [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
6989 Giddins.
7090 * [Specification] Prefer user-installed gems to default gems. Pull request
7191 #2112 by Samuel Giddins.
7292 * Multifactor authentication for yank command. Pull request #2514 by Qiu
7393 Chaofan.
7494 * Autoswitch to exact bundler version if present. Pull request #2583 by
7595 David Rodríguez.
7696 Minor enhancements:
7797 * Fix Gem::Requirement equality comparison when ~> operator is used. Pull
7898 request #2554 by Grey Baker.
7999 * Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
80100 Luis Sagastume.
81101 * Fix typo in specs warning. Pull request #2585 by Rui.
82102 * Bin/gem: remove initial empty line. Pull request #2602 by Kenyon Ralph.
83103 * Avoid rdoc hook when it's failed to load rdoc library. Pull request
84104 #2604 by SHIBATA Hiroshi.
85105 * Refactor get_proxy_from_env logic. Pull request #2611 by Luis Sagastume.
86106 * Allow to easily bisect flaky failures. Pull request #2626 by David
87107 Rodríguez.
88108 * Fix `--ignore-dependencies` flag not installing platform specific gems.
89109 Pull request #2631 by David Rodríguez.
90110 * Make `gem install --explain` list platforms. Pull request #2634 by David
91111 Rodríguez.
92112 * Make `gem update --explain` list platforms. Pull request #2635 by David
93113 Rodríguez.
94114 * Refactoring install and update explanations. Pull request #2643 by David
95115 Rodríguez.
96116 * Restore transitiveness of version comparison. Pull request #2651 by
97117 David Rodríguez.
98118 * Undo requirement sorting. Pull request #2652 by David Rodríguez.
99119 * Update dummy version of Bundler for #2581. Pull request #2584 by SHIBATA
100120 Hiroshi.
101121 * Ignore to handle the different platform. Pull request #2672 by SHIBATA
102122 Hiroshi.
103123 * Make Gem::Specification.default_stubs to public methods. Pull request
104124 #2675 by SHIBATA Hiroshi.
105125 * Sort files and test_files in specifications. Pull request #2524 by
106126 Christopher Baines.
107127 * Fix comment of Gem::Specification#required_ruby_version=. Pull request
108128 #2732 by Alex Junger.
109129 * Config_file.rb - update path separator in ENV['GEMRC'] logic. Pull
110130 request #2735 by MSP-Greg.
111131 * Fix `ruby setup.rb` warnings. Pull request #2737 by David Rodríguez.
112132 * Don't use regex delimiters when searching for a dependency. Pull request
113133 #2738 by Luis Sagastume.
114134 * Refactor query command. Pull request #2739 by Luis Sagastume.
115135 * Don't remove default spec files from mapping after require. Pull request
116136 #2741 by David Rodríguez.
117137 * Cleanup base test case. Pull request #2742 by David Rodríguez.
118138 * Simplify Specification#gems_dir. Pull request #2745 by David Rodríguez.
119139 * Fix test warning. Pull request #2746 by David Rodríguez.
120140 * Extract an `add_to_load_path` method. Pull request #2749 by David
121141 Rodríguez.
122142 * Fix setup command if format_executable is true by default. Pull request
123143 #2766 by Jeremy Evans.
124144 * Update the certificate files to make the test pass on Debian 10. Pull
125145 request #2777 by Yusuke Endoh.
126146 * Write to the correct config file(.gemrc). Pull request #2779 by Luis
127147 Sagastume.
128148 * Fix for large values in UID/GID fields in tar archives. Pull request
129149 #2780 by Alexey Shein.
130150 * Lazy require stringio. Pull request #2781 by Luis Sagastume.
131151 * Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
132152 Pull request #2782 by Luis Sagastume.
133153 * Fix setup command test for bundler with program_suffix. Pull request
134154 #2783 by Sorah Fukumori.
135155 * Make sure `rake package` works. Pull request #2787 by David Rodríguez.
136156 * Synchronize access to the Gem::Specification::LOAD_CACHE Hash. Pull
137157 request #2789 by Benoit Daloze.
138158 * Task to install rubygems to local system. Pull request #2795 by David
139159 Rodríguez.
140160 * Add an attr_reader to Gem::Installer for the package instance variable.
141161 Pull request #2796 by Daniel Berger.
142162 * Switch CI script to bash. Pull request #2799 by David Rodríguez.
143163 * Move gemcutter utilities code to Gem::Command. Pull request #2803 by
144164 Luis Sagastume.
145165 * Add raw spec method to gem package. Pull request #2806 by Luis
146166 Sagastume.
147167 * Improve `rake package` test error message. Pull request #2815 by David
148168 Rodríguez.
149169 * Resolve `@@project_dir` from test file paths. Pull request #2843 by
150170 Nobuyoshi Nakada.
151171 * Remove dead code in Gem::Validator. Pull request #2537 by Ellen Marie
152172 Dash.
153173 * The date might have advanced since TODAY has been set. Pull request
154174 #2938 by Nobuyoshi Nakada.
155175 * Remove old ci configurations. Pull request #2917 by SHIBATA Hiroshi.
156176 * Add Gem::Dependency identity. Pull request #2936 by Luis Sagastume.
157177 * Filter dependency type and name strictly. Pull request #2930 by SHIBATA
158178 Hiroshi.
159179 * Always pass an encoding option to Zlib::GzipReader.wrap. Pull request
160180 #2933 by Nobuyoshi Nakada.
161181 * Introduce default prerelease requirement. Pull request #2925 by David
162182 Rodríguez.
163183 * Detect libc version, closes #2918. Pull request #2922 by fauno.
164184 * Use IAM role to extract security-credentials for EC2 instance. Pull
165185 request #2894 by Alexander Pakulov.
166186 * Improve `gem uninstall --all`. Pull request #2893 by David Rodríguez.
167187 * Use `RbConfig::CONFIG['rubylibprefix']`. Pull request #2889 by Nobuyoshi
168188 Nakada.
169189 * Build the first gemspec we found if no arguments are passed to gem
170190 build. Pull request #2887 by Luis Sagastume.
171191 * $LOAD_PATH elements should be real paths. Pull request #2885 by
172192 Nobuyoshi Nakada.
173193 * Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION. Pull
174194 request #2864 by Benoit Daloze.
175195 * Cleanup after testing `rake package`. Pull request #2862 by David
176196 Rodríguez.
177197 * Cherry-pick shushing deprecation warnings from ruby-core. Pull request
178198 #2861 by David Rodríguez.
179199 * Ext/builder.rb cleanup. Pull request #2849 by Luis Sagastume.
180200 * Fix @ran_rake assignment in builder.rb. Pull request #2850 by Luis
181201 Sagastume.
182202 * Remove test suite warnings. Pull request #2845 by Luis Sagastume.
183203 * Replace domain parameter with a parameter to suppress suggestions. Pull
184204 request #2846 by Luis Sagastume.
185205 * Move default specifications dir definition out of BasicSpecification.
186206 Pull request #2841 by Vít Ondruch.
187207 * There is no usage of @orig_env_* variables in test suite. Pull request
188208 #2838 by SHIBATA Hiroshi.
189209 * Use File#open instead of Kernel#open in stub_specification.rb. Pull
190210 request #2834 by Luis Sagastume.
191211 * Simplify #to_ruby code. Pull request #2825 by Nobuyoshi Nakada.
192212 * Add a gem attr to the Gem::Package class. Pull request #2828 by Daniel
193213 Berger.
194214 * Remove useless TODO comment. Pull request #2818 by Luis Sagastume.
195215 Bug fixes:
196216 * Fix typos in History.txt. Pull request #2565 by Igor Zubkov.
197217 * Remove unused empty sources array. Pull request #2598 by Aaron
198218 Patterson.
199219 * Fix windows specific executables generated by `gem install`. Pull
200220 request #2628 by David Rodríguez.
201221 * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
202222 Nobuyoshi Nakada.
203223 * Set SOURCE_DATE_EPOCH env var if not provided. Pull request #2882 by
204224 Ellen Marie Dash.
205225 * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
206226 * Fixed deprecation message. Pull request #2867 by Nobuyoshi Nakada.
207227 * Fix requiring default gems to consider prereleases. Pull request #2728
208228 by David Rodríguez.
209229 * Forbid `find_spec_for_exe` without an `exec_name`. Pull request #2706 by
210230 David Rodríguez.
211231 * Do not prompt for passphrase when key can be loaded without it. Pull
212232 request #2710 by Luis Sagastume.
213233 * Add missing wrapper. Pull request #2690 by David Rodríguez.
214234 * Remove long ago deprecated methods. Pull request #2704 by David
215235 Rodríguez.
216236 * Renamed duplicate test. Pull request #2678 by Nobuyoshi Nakada.
217237 * File.exists? is deprecated. Pull request #2855 by SHIBATA Hiroshi.
218238 * Fixed to warn with shadowing outer local variable. Pull request #2856 by
219239 SHIBATA Hiroshi.
220240 * Fix explain with ignore-dependencies. Pull request #2647 by David
221241 Rodríguez.
222242 * Fix default gem executable installation when folder is not `bin/`. Pull
223243 request #2649 by David Rodríguez.
224244 * Fix cryptic error on local and ignore-dependencies combination. Pull
225245 request #2650 by David Rodríguez.
226246 Compatibility changes:
227247 * Remove commented code from command.rb. Pull request #2620 by Luis
228248 Sagastume.
229249 * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
230250 * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
231251 ITO.
232252 * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
233253 * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
234254 #2857 by SHIBATA Hiroshi.
235255 * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
236256 Sagastume.
237257 * Remove conflict.rb code that was supposed to be removed in Rubygems 3.
238258 Pull request #2802 by Luis Sagastume.
239259 * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
240260 Rodríguez.
241261 * Compatibility cleanups. Pull request #2754 by David Rodríguez.
242262 * Remove `others_possible` activation request param. Pull request #2747 by
243263 David Rodríguez.
244264 * Remove dependency installer deprecated code. Pull request #2740 by Luis
245265 Sagastume.
246266 * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
247267 Ondruch.
248268 * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
249269 by SHIBATA Hiroshi.
250270 * Skip deprecation warning during specs. Pull request #2718 by David
251271 Rodríguez.
252272 * Remove QuickLoader reference. Pull request #2719 by David Rodríguez.
253273 * Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
254274 * Removed needless environmental variable for Travis CI. Pull request
255275 #2685 by SHIBATA Hiroshi.
256276 * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
257277 * Removing yaml require. Pull request #2538 by Luciano Sousa.
258278 * Add deprecation warnings for cli options. Pull request #2607 by Luis
259279 Sagastume.
260280 Style changes:
261281 * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
262282 David Rodríguez.
263283 * Remove some extra empty lines from the repo. Pull request #2669 by David
264284 Rodríguez.
265285 * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
266286 by David Rodríguez.
267287 * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
268288 Rodríguez.
269289 * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
270290 David Rodríguez.
271291 * Rubocop 0.71. Pull request #2785 by David Rodríguez.
272292 === 3.0.6 / 2019-08-17
273293 Bug fixes:
274294 * Revert #2813. It broke the compatibility with 3.0.x versions.
275295 === 3.0.5 / 2019-08-16
276296 Minor enhancements:
277297 * Use env var to configure api key on push. Pull request #2559 by Luis
278298 Sagastume.
279299 * Unswallow uninstall error. Pull request #2707 by David Rodríguez.
280300 * Expose windows path normalization utility. Pull request #2767 by David
281301 Rodríguez.
282302 * Clean which command. Pull request #2801 by Luis Sagastume.
283303 * Upgrading S3 source signature to AWS SigV4. Pull request #2807 by
284304 Alexander Pakulov.
285305 * Remove missleading comment, no reason to move Gem.host to Gem::Util.
286306 Pull request #2811 by Luis Sagastume.
287307 * Drop support for 'gem env packageversion'. Pull request #2813 by Luis
288308 Sagastume.
289309 * Take into account just git tracked files in update_manifest rake task.
290310 Pull request #2816 by Luis Sagastume.
291311 * Remove TODO comment, there's no Gem::Dirs constant. Pull request #2819
292312 by Luis Sagastume.
293313 * Remove unused 'raise' from test_case. Pull request #2820 by Luis
294314 Sagastume.
295315 * Move TODO comment to an information comment. Pull request #2821 by Luis
296316 Sagastume.
297317 * Use File#open instead of Kernel#open in stub_specification.rb. Pull
298318 request #2834 by Luis Sagastume.
299319 * Make error code a gemcutter_utilities a constant. Pull request #2844 by
300320 Luis Sagastume.
301321 * Remove FIXME comment related to PathSupport. Pull request #2854 by Luis
302322 Sagastume.
303323 * Use gsub with Hash. Pull request #2860 by Kazuhiro NISHIYAMA.
304324 * Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION. Pull
305325 request #2864 by Benoit Daloze.
306326 * Do not mutate uri.query during s3 signature creation. Pull request #2874
307327 by Alexander Pakulov.
308328 * Fixup #2844. Pull request #2878 by SHIBATA Hiroshi.
309329 Bug fixes:
310330 * Fix intermittent test error on Appveyor & Travis. Pull request #2568 by
311331 MSP-Greg.
312332 * Extend timeout on assert_self_install_permissions. Pull request #2605 by
313333 SHIBATA Hiroshi.
314334 * Better folder assertions. Pull request #2644 by David Rodríguez.
315335 * Fix default gem executable installation when folder is not `bin/`. Pull
316336 request #2649 by David Rodríguez.
317337 * Fix gem uninstall behavior. Pull request #2663 by Luis Sagastume.
318338 * Fix for large values in UID/GID fields in tar archives. Pull request
319339 #2780 by Alexey Shein.
320340 * Fixed task order for release. Pull request #2792 by SHIBATA Hiroshi.
321341 * Ignore GEMRC variable for test suite. Pull request #2837 by SHIBATA
322342 Hiroshi.
323343 === 3.0.4 / 2019-06-14
324344 Minor enhancements:
325345 * Add support for TruffleRuby #2612 by Benoit Daloze
326346 * Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
327347 by Grey Baker
328348 * Improve test compatibility with CMake 2.8. Pull request #2590 by Vít
329349 Ondruch.
330350 * Restore gem build behavior and introduce the "-C" flag to gem build.
331351 Pull request #2596 by Luis Sagastume.
332352 * Enabled block call with util_set_arch. Pull request #2603 by SHIBATA
333353 Hiroshi.
334354 * Avoid rdoc hook when it's failed to load rdoc library. Pull request
335355 #2604 by SHIBATA Hiroshi.
336356 * Drop tests for legacy RDoc. Pull request #2608 by Nobuyoshi Nakada.
337357 * Update TODO comment. Pull request #2658 by Luis Sagastume.
338358 * Skip malicious extension test with mswin platform. Pull request #2670 by
339359 SHIBATA Hiroshi.
340360 * Check deprecated methods on release. Pull request #2673 by David
341361 Rodríguez.
342362 * Add steps to run bundler tests. Pull request #2680 by Aditya Prakash.
343363 * Skip temporary "No such host is known" error. Pull request #2684 by
344364 Takashi Kokubun.
345365 * Replaced aws-sdk-s3 instead of s3cmd. Pull request #2688 by SHIBATA
346366 Hiroshi.
347367 * Allow uninstall from symlinked GEM_HOME. Pull request #2720 by David
348368 Rodríguez.
349369 * Use current checkout in CI to uninstall RVM related gems. Pull request
350370 #2729 by David Rodríguez.
351371 * Update Contributor Covenant v1.4.1. Pull request #2751 by SHIBATA
352372 Hiroshi.
353373 * Added supported versions of Ruby. Pull request #2756 by SHIBATA Hiroshi.
354374 * Fix shadowing outer local variable warning. Pull request #2763 by Luis
355375 Sagastume.
356376 * Update the certificate files to make the test pass on Debian 10. Pull
357377 request #2777 by Yusuke Endoh.
358378 * Backport ruby core changes. Pull request #2778 by SHIBATA Hiroshi.
359379 Bug fixes:
360380 * Test_gem.rb - intermittent failure fix. Pull request #2613 by MSP-Greg.
361381 * Fix sporadic CI failures. Pull request #2617 by David Rodríguez.
362382 * Fix flaky bundler version finder tests. Pull request #2624 by David
363383 Rodríguez.
364384 * Fix gem indexer tests leaking utility gems. Pull request #2625 by David
365385 Rodríguez.
366386 * Clean up default spec dir too. Pull request #2639 by David Rodríguez.
367387 * Fix 2.6.1 build against vendored bundler. Pull request #2645 by David
368388 Rodríguez.
369389 * Fix comment typo. Pull request #2664 by Luis Sagastume.
370390 * Fix comment of Gem::Specification#required_ruby_version=. Pull request
371391 #2732 by Alex Junger.
372392 * Fix TODOs. Pull request #2748 by David Rodríguez.
373393 === 3.0.3 / 2019-03-05
374394 Security fixes:
375395 * Fixed following vulnerabilities:
376396 * CVE-2019-8320: Delete directory using symlink when decompressing tar
377397 * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
378398 * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
379399 * CVE-2019-8323: Escape sequence injection vulnerability in API response handling
380400 * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
381401 * CVE-2019-8325: Escape sequence injection vulnerability in errors
382402 ------------------------------------------------------------------------------
383403 RubyGems installed the following executables:
384404 /usr/local/bin/gem
385405 RubyGems system software updated
386406 $ bundle install
387407 The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
388408 Fetching gem metadata from https://rubygems.org/...........
389409 Fetching public_suffix 4.0.1
390410 Installing public_suffix 4.0.1
391411 Fetching addressable 2.7.0
392412 Installing addressable 2.7.0
393413 Using bundler 2.1.0
394414 Fetching colorator 1.1.0
395415 Installing colorator 1.1.0
396416 Fetching concurrent-ruby 1.1.5
397417 Installing concurrent-ruby 1.1.5
398418 Fetching eventmachine 1.2.7
399419 Installing eventmachine 1.2.7 with native extensions
400420 Fetching http_parser.rb 0.6.0
401421 Installing http_parser.rb 0.6.0 with native extensions
402422 Fetching em-websocket 0.5.1
403423 Installing em-websocket 0.5.1
404424 Fetching ffi 1.11.3
405425 Installing ffi 1.11.3 with native extensions
406426 Fetching forwardable-extended 2.6.0
407427 Installing forwardable-extended 2.6.0
408428 Fetching i18n 1.7.0
409429 Installing i18n 1.7.0
410430 Fetching sassc 2.2.1
411431 Installing sassc 2.2.1 with native extensions
412432 Fetching jekyll-sass-converter 2.0.1
413433 Installing jekyll-sass-converter 2.0.1
414434 Fetching rb-fsevent 0.10.3
415435 Installing rb-fsevent 0.10.3
416436 Fetching rb-inotify 0.10.0
417437 Installing rb-inotify 0.10.0
418438 Fetching listen 3.2.1
419439 Installing listen 3.2.1
420440 Fetching jekyll-watch 2.2.1
421441 Installing jekyll-watch 2.2.1
422442 Fetching kramdown 2.1.0
423443 Installing kramdown 2.1.0
424444 Fetching kramdown-parser-gfm 1.1.0
425445 Installing kramdown-parser-gfm 1.1.0
426446 Fetching liquid 4.0.3
427447 Installing liquid 4.0.3
428448 Fetching mercenary 0.3.6
429449 Installing mercenary 0.3.6
430450 Fetching pathutil 0.16.2
431451 Installing pathutil 0.16.2
432452 Fetching rouge 3.14.0
433453 Installing rouge 3.14.0
434454 Fetching safe_yaml 1.0.5
435455 Installing safe_yaml 1.0.5
436456 Fetching unicode-display_width 1.6.0
437457 Installing unicode-display_width 1.6.0
438458 Fetching terminal-table 1.8.0
439459 Installing terminal-table 1.8.0
440460 Fetching jekyll 4.0.0
441461 Installing jekyll 4.0.0
442462 Fetching liquid-md5 0.0.3
443463 Installing liquid-md5 0.0.3
444464 Bundle complete! 3 Gemfile dependencies, 28 gems now installed.
445465 Bundled gems are installed into `/usr/local/bundle`
446466 Post-install message from i18n:
447467 HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
448468 But that may break your application.
449469 Please check your Rails app for 'config.i18n.fallbacks = true'.
450470 If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
451471 'config.i18n.fallbacks = [I18n.default_locale]'.
452472 If not, fallbacks will be broken in your app by I18n 1.1.x.
453473 For more info see:
454474 https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
455475 Post-install message from jekyll:
456476 -------------------------------------------------------------------------------------
457477 Jekyll 4.0 comes with some major changes, notably:
458478 * Our `link` tag now comes with the `relative_url` filter incorporated into it.
459479 You should no longer prepend `{{ site.baseurl }}` to `{% link foo.md %}`
460480 For further details: https://github.com/jekyll/jekyll/pull/6727
461481 * Our `post_url` tag now comes with the `relative_url` filter incorporated into it.
462482 You shouldn't prepend `{{ site.baseurl }}` to `{% post_url 2019-03-27-hello %}`
463483 For further details: https://github.com/jekyll/jekyll/pull/7589
464484 * Support for deprecated configuration options has been removed. We will no longer
465485 output a warning and gracefully assign their values to the newer counterparts
466486 internally.
467487 -------------------------------------------------------------------------------------
468488 $ bundle exec jekyll build -d public
469489 Configuration file: /builds/tophackr/calendar/_config.yml
470490 Source: /builds/tophackr/calendar
471491 Destination: /builds/tophackr/calendar/public
472492 Incremental build: disabled. Enable with --incremental
473493 Generating...
474494 done in 0.103 seconds.
475495 Auto-regeneration: disabled. Use --watch to enable.
476499
477500 public: found 17 matching files
478501 Uploading artifacts to coordinator... ok id=383629268 responseStatus=201 Created token=a5s7QdyW
479503 Job succeeded