Advertisement
lucianosoftdeveloper

(DEPRECATED) bundle install --without production at https://www.theodinproject.com/courses/ruby-on-rails/lessons/your-first-rails-application-ruby-on-rails

Nov 11th, 2020
1,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 2.39 KB | None | 0 0
  1. PS C:\Users\Luciano\odrive\lucianosoftwaredeveloper@gmail.com\Microverse\RoR\my_first_rails_app> bundle install --without production
  2. [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'production'`, and stop using this flag
  3. Fetching gem metadata from https://rubygems.org/.............
  4. Fetching gem metadata from https://rubygems.org/.
  5. Resolving dependencies...
  6. Using rake 13.0.1
  7. Using concurrent-ruby 1.1.7
  8. Using i18n 1.8.5
  9. Using minitest 5.14.2
  10. Using thread_safe 0.3.6
  11. Using tzinfo 1.2.8
  12. Using zeitwerk 2.4.1
  13. Using activesupport 6.0.3.4
  14. Using builder 3.2.4
  15. Using erubi 1.9.0
  16. Using mini_portile2 2.4.0
  17. Using nokogiri 1.10.10 (x64-mingw32)
  18. Using rails-dom-testing 2.0.3
  19. Using crass 1.0.6
  20. Using loofah 2.7.0
  21. Using rails-html-sanitizer 1.3.0
  22. Using actionview 6.0.3.4
  23. Using rack 2.2.3
  24. Using rack-test 1.1.0
  25. Using actionpack 6.0.3.4
  26. Using nio4r 2.5.4
  27. Using websocket-extensions 0.1.5
  28. Using websocket-driver 0.7.3
  29. Using actioncable 6.0.3.4
  30. Using globalid 0.4.2
  31. Using activejob 6.0.3.4
  32. Using activemodel 6.0.3.4
  33. Using activerecord 6.0.3.4
  34. Using mimemagic 0.3.5
  35. Using marcel 0.3.3
  36. Using activestorage 6.0.3.4
  37. Using mini_mime 1.0.2
  38. Using mail 2.7.1
  39. Using actionmailbox 6.0.3.4
  40. Using actionmailer 6.0.3.4
  41. Using actiontext 6.0.3.4
  42. Using public_suffix 4.0.6
  43. Using addressable 2.7.0
  44. Using bindex 0.8.1
  45. Using msgpack 1.3.3 (x64-mingw32)
  46. Using bootsnap 1.5.1
  47. Using bundler 2.1.4
  48. Using byebug 11.1.3
  49. Using regexp_parser 1.8.2
  50. Using xpath 3.2.0
  51. Using capybara 3.33.0
  52. Using childprocess 3.0.0
  53. Using ffi 1.13.1 (x64-mingw32)
  54. Using jbuilder 2.10.1
  55. Using method_source 1.0.0
  56. Using puma 4.3.6
  57. Using rack-proxy 0.6.5
  58. Using thor 1.0.1
  59. Using railties 6.0.3.4
  60. Using sprockets 4.0.2
  61. Using sprockets-rails 3.2.2
  62. Using rails 6.0.3.4
  63. Using rubyzip 2.3.0
  64. Using sassc 2.4.0 (x64-mingw32)
  65. Using tilt 2.0.10
  66. Using sassc-rails 2.1.2
  67. Using sass-rails 6.0.0
  68. Using selenium-webdriver 3.142.7
  69. Using sqlite3 1.4.2
  70. Using turbolinks-source 5.2.0
  71. Using turbolinks 5.2.1
  72. Using tzinfo-data 1.2020.4
  73. Using web-console 4.1.0
  74. Using webdrivers 4.4.1
  75. Using webpacker 4.3.0
  76. Bundle complete! 15 Gemfile dependencies, 70 gems now installed.
  77. Gems in the group production were not installed.
  78. Use `bundle info [gemname]` to see where a bundled gem is installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement