Skip to content

Instantly share code, notes, and snippets.

@pvalena
Last active February 14, 2024 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvalena/cc64a62fa0f7993433c3112f206563cb to your computer and use it in GitHub Desktop.
Save pvalena/cc64a62fa0f7993433c3112f206563cb to your computer and use it in GitHub Desktop.
Added Ruby 3.3 test as well.
+ ruby -v
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle config --local deployment true
+ bundle config --local without development:test
+ bundle install --path vendor
[DEPRECATED] The `--path` 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 path 'vendor'`, and stop using this flag
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching concurrent-ruby 1.2.3
Fetching crass 1.0.6
Fetching zeitwerk 2.6.13
Fetching builder 3.2.4
Fetching erubi 1.12.0
Fetching mini_portile2 2.6.1
Fetching racc 1.7.3
Fetching minitest 5.15.0
Installing concurrent-ruby 1.2.3
Installing crass 1.0.6
Installing zeitwerk 2.6.13
Fetching rack 2.2.8
Installing builder 3.2.4
Fetching nio4r 2.7.0
Fetching websocket-extensions 0.1.5
Installing erubi 1.12.0
Fetching marcel 1.0.2
Installing mini_portile2 2.6.1
Installing racc 1.7.3 with native extensions
Fetching mini_mime 1.1.2
Installing minitest 5.15.0
Installing rack 2.2.8
Fetching timeout 0.4.0
Fetching strscan 3.1.0
Installing nio4r 2.7.0 with native extensions
Installing websocket-extensions 0.1.5
Fetching coffee-script-source 1.12.2
Installing marcel 1.0.2
Installing mini_mime 1.1.2
Fetching execjs 2.9.1
Installing timeout 0.4.0
Fetching method_source 1.0.0
Fetching thor 1.2.2
Fetching connection_pool 2.4.1
Installing strscan 3.1.0 with native extensions
Installing coffee-script-source 1.12.2
Fetching ffi 1.16.3
Installing execjs 2.9.1
Installing method_source 1.0.0
Installing thor 1.2.2
Installing connection_pool 2.4.1
Fetching rb-fsevent 0.11.2
Fetching matrix 0.4.2
Fetching pg 1.5.4
Installing rb-fsevent 0.11.2
Fetching tilt 2.3.0
Installing matrix 0.4.2
Fetching sqlite3 1.4.4
Installing tilt 2.3.0
Fetching turbolinks-source 5.2.0
Installing sqlite3 1.4.4 with native extensions
Installing turbolinks-source 5.2.0
Installing pg 1.5.4 with native extensions
Installing ffi 1.16.3 with native extensions
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching websocket-driver 0.7.6
Installing websocket-driver 0.7.6 with native extensions
Fetching net-protocol 0.1.2
Installing net-protocol 0.1.2
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching sprockets 4.2.1
Installing sprockets 4.2.1
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching uglifier 4.2.0
Installing uglifier 4.2.0
Fetching redis-client 0.19.1
Installing redis-client 0.19.1
Fetching turbolinks 5.2.1
Installing turbolinks 5.2.1
Fetching activesupport 6.1.7.6
Installing activesupport 6.1.7.6
Fetching net-pop 0.1.2
Fetching net-smtp 0.3.0
Installing net-pop 0.1.2
Fetching redis 5.1.0
Installing net-smtp 0.3.0
Fetching nokogiri 1.12.5
Installing redis 5.1.0
Fetching globalid 1.2.1
Fetching activemodel 6.1.7.6
Installing globalid 1.2.1
Installing activemodel 6.1.7.6
Fetching activejob 6.1.7.6
Installing activejob 6.1.7.6
Fetching activerecord 6.1.7.6
Installing activerecord 6.1.7.6
Installing nokogiri 1.12.5 with native extensions
Fetching net-imap 0.2.2
Installing net-imap 0.2.2
Fetching mail 2.8.1
Installing mail 2.8.1
Fetching puma 6.4.2
Installing puma 6.4.2 with native extensions
Fetching rb-inotify 0.10.1
Fetching sassc 2.1.0 (x86_64-linux)
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Installing sassc 2.1.0 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Fetching loofah 2.22.0
Installing rails-dom-testing 2.2.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.5.0
Installing rails-html-sanitizer 1.5.0
Fetching actionview 6.1.7.6
Installing actionview 6.1.7.6
Fetching actionpack 6.1.7.6
Fetching jbuilder 2.11.5
Installing jbuilder 2.11.5
Installing actionpack 6.1.7.6
Fetching actioncable 6.1.7.6
Fetching activestorage 6.1.7.6
Fetching actionmailer 6.1.7.6
Fetching railties 6.1.7.6
Fetching sprockets-rails 3.4.2
Installing actioncable 6.1.7.6
Installing activestorage 6.1.7.6
Installing actionmailer 6.1.7.6
Installing sprockets-rails 3.4.2
Installing railties 6.1.7.6
Fetching actionmailbox 6.1.7.6
Fetching actiontext 6.1.7.6
Installing actionmailbox 6.1.7.6
Installing actiontext 6.1.7.6
Fetching coffee-rails 5.0.0
Fetching sassc-rails 2.1.2
Fetching rails 6.1.7.6
Installing coffee-rails 5.0.0
Installing sassc-rails 2.1.2
Installing rails 6.1.7.6
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Bundle complete! 22 Gemfile dependencies, 73 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
/tmp/my-app/vendor/ruby/3.3.0/gems/activesupport-6.1.7.6/lib/active_support/message_verifier.rb:3: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of activesupport-6.1.7.6 to add base64 into its gemspec.
/tmp/my-app/vendor/ruby/3.3.0/gems/activesupport-6.1.7.6/lib/active_support/dependencies.rb:332: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec. Also contact author of activesupport-6.1.7.6 to add bigdecimal into its gemspec.
/tmp/my-app/vendor/ruby/3.3.0/gems/activesupport-6.1.7.6/lib/active_support/dependencies.rb:332: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-6.1.7.6 to add mutex_m into its gemspec.
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 3.3.0-p0) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 10426
* Listening on http://127.0.0.1:9292
* Listening on http://[::1]:9292
Use Ctrl-C to stop
- Gracefully stopping, waiting for requests to finish
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
globalid (>= 0.3.6)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-wait (0.3.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.15.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.0)
digest
net-protocol
timeout
nio4r (2.7.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.5.4)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
byebug
capybara
coffee-rails
ffi (>= 1.15.1)
jbuilder
listen
matrix
net-smtp
pg
puma
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
sqlite3
turbolinks
tzinfo-data
uglifier
web-console
+ [[ 124 -eq 124 ]]
+ exit 0
+ ruby -v
ruby 2.5.9p229 (2021-04-05 revision 67939) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle config --local deployment true
You are replacing the current local value of deployment, which is currently nil
+ bundle config --local without development:test
You are replacing the current local value of without, which is currently nil
+ bundle install --path vendor
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching concurrent-ruby 1.2.3
Installing concurrent-ruby 1.2.3
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching minitest 5.15.0
Installing minitest 5.15.0
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching zeitwerk 2.6.13
Installing zeitwerk 2.6.13
Fetching activesupport 6.1.7.6
Installing activesupport 6.1.7.6
Fetching builder 3.2.4
Installing builder 3.2.4
Fetching erubi 1.12.0
Installing erubi 1.12.0
Fetching mini_portile2 2.6.1
Installing mini_portile2 2.6.1
Fetching racc 1.7.3
Installing racc 1.7.3 with native extensions
Fetching nokogiri 1.12.5 (x86_64-linux)
Installing nokogiri 1.12.5 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.22.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.5.0
Installing rails-html-sanitizer 1.5.0
Fetching actionview 6.1.7.6
Installing actionview 6.1.7.6
Fetching rack 2.2.8
Installing rack 2.2.8
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching actionpack 6.1.7.6
Installing actionpack 6.1.7.6
Fetching nio4r 2.7.0
Installing nio4r 2.7.0 with native extensions
Fetching websocket-extensions 0.1.5
Installing websocket-extensions 0.1.5
Fetching websocket-driver 0.7.6
Installing websocket-driver 0.7.6 with native extensions
Fetching actioncable 6.1.7.6
Installing actioncable 6.1.7.6
Fetching globalid 1.2.1
Installing globalid 1.2.1
Fetching activejob 6.1.7.6
Installing activejob 6.1.7.6
Fetching activemodel 6.1.7.6
Installing activemodel 6.1.7.6
Fetching activerecord 6.1.7.6
Installing activerecord 6.1.7.6
Fetching marcel 1.0.2
Installing marcel 1.0.2
Fetching mini_mime 1.1.2
Installing mini_mime 1.1.2
Fetching activestorage 6.1.7.6
Installing activestorage 6.1.7.6
Fetching digest 3.1.1
Installing digest 3.1.1 with native extensions
Fetching io-wait 0.3.1
Installing io-wait 0.3.1 with native extensions
Fetching timeout 0.4.0
Installing timeout 0.4.0
Fetching net-protocol 0.1.2
Installing net-protocol 0.1.2
Fetching strscan 3.1.0
Installing strscan 3.1.0 with native extensions
Fetching net-imap 0.2.2
Installing net-imap 0.2.2
Fetching net-pop 0.1.2
Installing net-pop 0.1.2
Fetching net-smtp 0.3.0
Installing net-smtp 0.3.0
Fetching mail 2.8.1
Installing mail 2.8.1
Fetching actionmailbox 6.1.7.6
Installing actionmailbox 6.1.7.6
Fetching actionmailer 6.1.7.6
Installing actionmailer 6.1.7.6
Fetching actiontext 6.1.7.6
Installing actiontext 6.1.7.6
Using bundler 1.16.1
Fetching coffee-script-source 1.12.2
Installing coffee-script-source 1.12.2
Fetching execjs 2.9.1
Installing execjs 2.9.1
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching method_source 1.0.0
Installing method_source 1.0.0
Fetching thor 1.2.2
Installing thor 1.2.2
Fetching railties 6.1.7.6
Installing railties 6.1.7.6
Fetching coffee-rails 5.0.0
Installing coffee-rails 5.0.0
Fetching connection_pool 2.4.1
Installing connection_pool 2.4.1
Fetching ffi 1.16.3
Installing ffi 1.16.3 with native extensions
Fetching jbuilder 2.11.5
Installing jbuilder 2.11.5
Fetching rb-fsevent 0.11.2
Installing rb-fsevent 0.11.2
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Fetching matrix 0.4.2
Installing matrix 0.4.2
Fetching pg 1.5.4
Installing pg 1.5.4 with native extensions
Fetching puma 6.4.2
Installing puma 6.4.2 with native extensions
Fetching sprockets 4.2.1
Installing sprockets 4.2.1
Fetching sprockets-rails 3.4.2
Installing sprockets-rails 3.4.2
Fetching rails 6.1.7.6
Installing rails 6.1.7.6
Fetching redis-client 0.19.1
Installing redis-client 0.19.1
Fetching redis 5.1.0
Installing redis 5.1.0
Fetching sassc 2.1.0 (x86_64-linux)
Installing sassc 2.1.0 (x86_64-linux)
Fetching tilt 2.3.0
Installing tilt 2.3.0
Fetching sassc-rails 2.1.2
Installing sassc-rails 2.1.2
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Fetching sqlite3 1.4.4
Installing sqlite3 1.4.4 with native extensions
Fetching turbolinks-source 5.2.0
Installing turbolinks-source 5.2.0
Fetching turbolinks 5.2.1
Installing turbolinks 5.2.1
Fetching uglifier 4.2.0
Installing uglifier 4.2.0
Bundle complete! 22 Gemfile dependencies, 73 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 2.5.9-p229) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 1116
* Listening on http://127.0.0.1:9292
* Listening on http://[::1]:9292
Use Ctrl-C to stop
- Gracefully stopping, waiting for requests to finish
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
globalid (>= 0.3.6)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-wait (0.3.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.15.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.0)
digest
net-protocol
timeout
nio4r (2.7.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.5.4)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
byebug
capybara
coffee-rails
ffi (>= 1.15.1)
jbuilder
listen
matrix
net-smtp
pg
puma
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
sqlite3
turbolinks
tzinfo-data
uglifier
web-console
+ [[ 124 -eq 124 ]]
+ exit 0
+ ruby -v
ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle config --local deployment true
+ bundle config --local without development:test
+ bundle install --path vendor
[DEPRECATED] The `--path` 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 --local path 'vendor'`, and stop using this flag
Fetching gem metadata from https://rubygems.org/
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching minitest 5.15.0
Fetching zeitwerk 2.6.13
Fetching erubi 1.12.0
Fetching crass 1.0.6
Fetching concurrent-ruby 1.2.3
Fetching mini_portile2 2.6.1
Fetching racc 1.7.3
Fetching builder 3.2.4
Installing zeitwerk 2.6.13
Installing crass 1.0.6
Installing erubi 1.12.0
Installing mini_portile2 2.6.1
Installing builder 3.2.4
Installing minitest 5.15.0
Installing racc 1.7.3 with native extensions
Fetching rack 2.2.8
Fetching nio4r 2.7.0
Fetching websocket-extensions 0.1.5
Installing concurrent-ruby 1.2.3
Installing rack 2.2.8
Installing websocket-extensions 0.1.5
Fetching marcel 1.0.2
Installing nio4r 2.7.0 with native extensions
Fetching mini_mime 1.1.2
Fetching digest 3.1.1
Fetching io-wait 0.3.1
Installing marcel 1.0.2
Installing io-wait 0.3.1 with native extensions
Installing mini_mime 1.1.2
Installing digest 3.1.1 with native extensions
Using bundler 2.2.24
Fetching strscan 3.1.0
Fetching timeout 0.4.0
Installing strscan 3.1.0 with native extensions
Installing timeout 0.4.0
Fetching execjs 2.9.1
Fetching coffee-script-source 1.12.2
Fetching thor 1.2.2
Fetching method_source 1.0.0
Installing execjs 2.9.1
Installing thor 1.2.2
Installing method_source 1.0.0
Installing coffee-script-source 1.12.2
Fetching connection_pool 2.4.1
Installing connection_pool 2.4.1
Fetching ffi 1.16.3
Fetching rb-fsevent 0.11.2
Fetching matrix 0.4.2
Fetching pg 1.5.4
Fetching tilt 2.3.0
Installing matrix 0.4.2
Installing tilt 2.3.0
Installing rb-fsevent 0.11.2
Installing pg 1.5.4 with native extensions
Installing ffi 1.16.3 with native extensions
Fetching turbolinks-source 5.2.0
Fetching sqlite3 1.4.4
Fetching websocket-driver 0.7.6
Fetching rack-test 2.1.0
Fetching i18n 1.14.1
Installing turbolinks-source 5.2.0
Installing websocket-driver 0.7.6 with native extensions
Installing rack-test 2.1.0
Installing i18n 1.14.1
Installing sqlite3 1.4.4 with native extensions
Fetching sprockets 4.2.1
Fetching tzinfo 2.0.6
Installing sprockets 4.2.1
Installing tzinfo 2.0.6
Fetching nokogiri 1.12.5 (x86_64-linux)
Installing nokogiri 1.12.5 (x86_64-linux)
Fetching net-protocol 0.1.2
Installing net-protocol 0.1.2
Fetching puma 6.4.2
Fetching coffee-script 2.4.1
Fetching uglifier 4.2.0
Fetching turbolinks 5.2.1
Fetching redis-client 0.19.1
Installing coffee-script 2.4.1
Installing turbolinks 5.2.1
Installing redis-client 0.19.1
Installing puma 6.4.2 with native extensions
Installing uglifier 4.2.0
Fetching activesupport 6.1.7.6
Fetching sassc 2.1.0 (x86_64-linux)
Fetching rb-inotify 0.10.1
Fetching loofah 2.22.0
Fetching net-pop 0.1.2
Fetching redis 5.1.0
Installing rb-inotify 0.10.1
Installing net-pop 0.1.2
Installing loofah 2.22.0
Installing redis 5.1.0
Installing activesupport 6.1.7.6
Installing sassc 2.1.0 (x86_64-linux)
Fetching net-smtp 0.3.0
Fetching net-imap 0.2.2
Fetching listen 3.8.0
Fetching rails-html-sanitizer 1.5.0
Fetching rails-dom-testing 2.2.0
Fetching globalid 1.2.1
Fetching activemodel 6.1.7.6
Installing net-smtp 0.3.0
Installing rails-html-sanitizer 1.5.0
Installing net-imap 0.2.2
Installing rails-dom-testing 2.2.0
Installing globalid 1.2.1
Installing listen 3.8.0
Installing activemodel 6.1.7.6
Fetching activejob 6.1.7.6
Fetching actionview 6.1.7.6
Fetching mail 2.8.1
Installing activejob 6.1.7.6
Installing actionview 6.1.7.6
Fetching activerecord 6.1.7.6
Installing mail 2.8.1
Installing activerecord 6.1.7.6
Fetching actionpack 6.1.7.6
Fetching jbuilder 2.11.5
Installing jbuilder 2.11.5
Installing actionpack 6.1.7.6
Fetching sprockets-rails 3.4.2
Fetching actioncable 6.1.7.6
Fetching actionmailer 6.1.7.6
Fetching railties 6.1.7.6
Fetching activestorage 6.1.7.6
Installing sprockets-rails 3.4.2
Installing actionmailer 6.1.7.6
Installing actioncable 6.1.7.6
Installing activestorage 6.1.7.6
Installing railties 6.1.7.6
Fetching actionmailbox 6.1.7.6
Fetching actiontext 6.1.7.6
Installing actiontext 6.1.7.6
Installing actionmailbox 6.1.7.6
Fetching coffee-rails 5.0.0
Fetching rails 6.1.7.6
Fetching sassc-rails 2.1.2
Installing coffee-rails 5.0.0
Installing rails 6.1.7.6
Installing sassc-rails 2.1.2
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Bundle complete! 22 Gemfile dependencies, 73 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 2.7.8-p225) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 977
* Listening on http://127.0.0.1:9292
* Listening on http://[::1]:9292
Use Ctrl-C to stop
- Gracefully stopping, waiting for requests to finish
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
globalid (>= 0.3.6)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-wait (0.3.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.15.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.0)
digest
net-protocol
timeout
nio4r (2.7.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.5.4)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
byebug
capybara
coffee-rails
ffi (>= 1.15.1)
jbuilder
listen
matrix
net-smtp
pg
puma
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
sqlite3
turbolinks
tzinfo-data
uglifier
web-console
+ [[ 124 -eq 124 ]]
+ exit 0
+ ruby -v
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle config --local deployment true
+ bundle config --local without development:test
+ bundle install --path vendor
[DEPRECATED] The `--path` 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 --local path 'vendor'`, and stop using this flag
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching concurrent-ruby 1.2.3
Fetching erubi 1.12.0
Fetching minitest 5.15.0
Fetching builder 3.2.4
Fetching mini_portile2 2.6.1
Fetching racc 1.7.3
Fetching crass 1.0.6
Fetching zeitwerk 2.6.13
Installing crass 1.0.6
Installing mini_portile2 2.6.1
Installing erubi 1.12.0
Installing builder 3.2.4
Installing zeitwerk 2.6.13
Installing racc 1.7.3 with native extensions
Installing minitest 5.15.0
Fetching rack 2.2.8
Fetching nio4r 2.7.0
Installing concurrent-ruby 1.2.3
Fetching websocket-extensions 0.1.5
Fetching marcel 1.0.2
Fetching mini_mime 1.1.2
Fetching digest 3.1.1
Installing rack 2.2.8
Installing websocket-extensions 0.1.5
Installing mini_mime 1.1.2
Installing marcel 1.0.2
Installing nio4r 2.7.0 with native extensions
Installing digest 3.1.1 with native extensions
Fetching io-wait 0.3.1
Fetching timeout 0.4.0
Fetching strscan 3.1.0
Installing io-wait 0.3.1 with native extensions
Installing timeout 0.4.0
Installing strscan 3.1.0 with native extensions
Using bundler 2.2.33
Fetching coffee-script-source 1.12.2
Fetching execjs 2.9.1
Installing coffee-script-source 1.12.2
Fetching method_source 1.0.0
Installing execjs 2.9.1
Fetching thor 1.2.2
Fetching connection_pool 2.4.1
Installing method_source 1.0.0
Fetching ffi 1.16.3
Installing thor 1.2.2
Installing connection_pool 2.4.1
Fetching rb-fsevent 0.11.2
Fetching matrix 0.4.2
Installing rb-fsevent 0.11.2
Installing matrix 0.4.2
Fetching pg 1.5.4
Fetching tilt 2.3.0
Installing ffi 1.16.3 with native extensions
Installing tilt 2.3.0
Installing pg 1.5.4 with native extensions
Fetching sqlite3 1.4.4
Fetching turbolinks-source 5.2.0
Installing turbolinks-source 5.2.0
Installing sqlite3 1.4.4 with native extensions
Fetching websocket-driver 0.7.6
Installing websocket-driver 0.7.6 with native extensions
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching sprockets 4.2.1
Installing sprockets 4.2.1
Fetching coffee-script 2.4.1
Fetching uglifier 4.2.0
Fetching redis-client 0.19.1
Installing uglifier 4.2.0
Installing coffee-script 2.4.1
Installing redis-client 0.19.1
Fetching nokogiri 1.12.5 (x86_64-linux)
Fetching turbolinks 5.2.1
Fetching activesupport 6.1.7.6
Installing turbolinks 5.2.1
Fetching net-protocol 0.1.2
Installing activesupport 6.1.7.6
Installing net-protocol 0.1.2
Fetching redis 5.1.0
Installing redis 5.1.0
Fetching net-pop 0.1.2
Installing net-pop 0.1.2
Installing nokogiri 1.12.5 (x86_64-linux)
Fetching globalid 1.2.1
Fetching activemodel 6.1.7.6
Installing globalid 1.2.1
Installing activemodel 6.1.7.6
Fetching activejob 6.1.7.6
Fetching activerecord 6.1.7.6
Installing activejob 6.1.7.6
Installing activerecord 6.1.7.6
Fetching loofah 2.22.0
Fetching rails-dom-testing 2.2.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.5.0
Installing rails-html-sanitizer 1.5.0
Installing rails-dom-testing 2.2.0
Fetching actionview 6.1.7.6
Installing actionview 6.1.7.6
Fetching actionpack 6.1.7.6
Fetching jbuilder 2.11.5
Installing jbuilder 2.11.5
Installing actionpack 6.1.7.6
Fetching activestorage 6.1.7.6
Fetching railties 6.1.7.6
Fetching sprockets-rails 3.4.2
Installing sprockets-rails 3.4.2
Installing activestorage 6.1.7.6
Installing railties 6.1.7.6
Fetching actiontext 6.1.7.6
Installing actiontext 6.1.7.6
Fetching coffee-rails 5.0.0
Installing coffee-rails 5.0.0
Fetching actioncable 6.1.7.6
Fetching puma 6.4.2
Installing actioncable 6.1.7.6
Installing puma 6.4.2 with native extensions
Fetching net-imap 0.2.2
Fetching net-smtp 0.3.0
Installing net-smtp 0.3.0
Installing net-imap 0.2.2
Fetching mail 2.8.1
Installing mail 2.8.1
Fetching actionmailbox 6.1.7.6
Fetching actionmailer 6.1.7.6
Installing actionmailbox 6.1.7.6
Installing actionmailer 6.1.7.6
Fetching rails 6.1.7.6
Installing rails 6.1.7.6
Fetching rb-inotify 0.10.1
Fetching sassc 2.1.0 (x86_64-linux)
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Installing sassc 2.1.0 (x86_64-linux)
Fetching sassc-rails 2.1.2
Installing sassc-rails 2.1.2
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Bundle complete! 22 Gemfile dependencies, 73 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 3.0.4-p208) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 971
* Listening on http://127.0.0.1:9292
* Listening on http://[::1]:9292
Use Ctrl-C to stop
- Gracefully stopping, waiting for requests to finish
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
globalid (>= 0.3.6)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-wait (0.3.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.15.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.0)
digest
net-protocol
timeout
nio4r (2.7.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.5.4)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
byebug
capybara
coffee-rails
ffi (>= 1.15.1)
jbuilder
listen
matrix
net-smtp
pg
puma
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
sqlite3
turbolinks
tzinfo-data
uglifier
web-console
+ [[ 124 -eq 124 ]]
+ exit 0
+ ruby -v
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle config --local deployment true
+ bundle config --local without development:test
+ bundle install --path vendor
[DEPRECATED] The `--path` 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 --local path 'vendor'`, and stop using this flag
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching concurrent-ruby 1.2.3
Fetching minitest 5.15.0
Fetching builder 3.2.4
Fetching zeitwerk 2.6.13
Fetching racc 1.7.3
Fetching crass 1.0.6
Fetching erubi 1.12.0
Fetching mini_portile2 2.6.1
Installing erubi 1.12.0
Installing crass 1.0.6
Installing zeitwerk 2.6.13
Installing mini_portile2 2.6.1
Installing builder 3.2.4
Installing minitest 5.15.0
Installing racc 1.7.3 with native extensions
Fetching rack 2.2.8
Fetching nio4r 2.7.0
Fetching websocket-extensions 0.1.5
Installing concurrent-ruby 1.2.3
Installing rack 2.2.8
Fetching marcel 1.0.2
Fetching mini_mime 1.1.2
Installing websocket-extensions 0.1.5
Installing nio4r 2.7.0 with native extensions
Fetching digest 3.1.1
Fetching io-wait 0.3.1
Installing mini_mime 1.1.2
Installing marcel 1.0.2
Installing digest 3.1.1 with native extensions
Installing io-wait 0.3.1 with native extensions
Fetching timeout 0.4.0
Fetching strscan 3.1.0
Installing timeout 0.4.0
Installing strscan 3.1.0 with native extensions
Using bundler 2.3.7
Fetching coffee-script-source 1.12.2
Fetching execjs 2.9.1
Installing execjs 2.9.1
Installing coffee-script-source 1.12.2
Fetching method_source 1.0.0
Fetching thor 1.2.2
Fetching connection_pool 2.4.1
Installing method_source 1.0.0
Fetching ffi 1.16.3
Installing connection_pool 2.4.1
Fetching rb-fsevent 0.11.2
Installing thor 1.2.2
Fetching matrix 0.4.2
Installing rb-fsevent 0.11.2
Installing matrix 0.4.2
Fetching pg 1.5.4
Fetching tilt 2.3.0
Installing ffi 1.16.3 with native extensions
Installing tilt 2.3.0
Installing pg 1.5.4 with native extensions
Fetching sqlite3 1.4.4
Fetching turbolinks-source 5.2.0
Installing turbolinks-source 5.2.0
Installing sqlite3 1.4.4 with native extensions
Fetching websocket-driver 0.7.6
Installing websocket-driver 0.7.6 with native extensions
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching uglifier 4.2.0
Installing uglifier 4.2.0
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching tzinfo 2.0.6
Fetching sprockets 4.2.1
Installing tzinfo 2.0.6
Installing sprockets 4.2.1
Fetching redis-client 0.19.1
Fetching nokogiri 1.12.5
Installing redis-client 0.19.1
Fetching turbolinks 5.2.1
Using net-protocol 0.1.2
Fetching activesupport 6.1.7.6
Installing turbolinks 5.2.1
Fetching redis 5.1.0
Installing activesupport 6.1.7.6
Installing redis 5.1.0
Fetching net-pop 0.1.2
Installing nokogiri 1.12.5 with native extensions
Installing net-pop 0.1.2
Fetching globalid 1.2.1
Fetching activemodel 6.1.7.6
Installing globalid 1.2.1
Installing activemodel 6.1.7.6
Fetching activejob 6.1.7.6
Installing activejob 6.1.7.6
Fetching activerecord 6.1.7.6
Installing activerecord 6.1.7.6
Fetching puma 6.4.2
Installing puma 6.4.2 with native extensions
Fetching net-imap 0.2.2
Fetching net-smtp 0.3.0
Installing net-smtp 0.3.0
Installing net-imap 0.2.2
Fetching mail 2.8.1
Installing mail 2.8.1
Fetching rb-inotify 0.10.1
Fetching sassc 2.1.0 (x86_64-linux)
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Installing sassc 2.1.0 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Fetching loofah 2.22.0
Installing rails-dom-testing 2.2.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.5.0
Installing rails-html-sanitizer 1.5.0
Fetching actionview 6.1.7.6
Installing actionview 6.1.7.6
Fetching actionpack 6.1.7.6
Fetching jbuilder 2.11.5
Installing jbuilder 2.11.5
Installing actionpack 6.1.7.6
Fetching actioncable 6.1.7.6
Fetching sprockets-rails 3.4.2
Fetching activestorage 6.1.7.6
Fetching actionmailer 6.1.7.6
Fetching railties 6.1.7.6
Installing sprockets-rails 3.4.2
Installing actionmailer 6.1.7.6
Installing actioncable 6.1.7.6
Installing activestorage 6.1.7.6
Installing railties 6.1.7.6
Fetching actionmailbox 6.1.7.6
Fetching actiontext 6.1.7.6
Installing actiontext 6.1.7.6
Installing actionmailbox 6.1.7.6
Fetching rails 6.1.7.6
Fetching coffee-rails 5.0.0
Fetching sassc-rails 2.1.2
Installing coffee-rails 5.0.0
Installing rails 6.1.7.6
Installing sassc-rails 2.1.2
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Bundle complete! 22 Gemfile dependencies, 73 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
Puma starting in single mode...
* Puma version: 6.4.2 (ruby 3.1.2-p20) ("The Eagle of Durango")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 9956
* Listening on http://127.0.0.1:9292
* Listening on http://[::1]:9292
Use Ctrl-C to stop
- Gracefully stopping, waiting for requests to finish
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.6)
actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.6)
activesupport (= 6.1.7.6)
globalid (>= 0.3.6)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-wait (0.3.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.15.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.0)
digest
net-protocol
timeout
nio4r (2.7.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.5.4)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
actioncable (= 6.1.7.6)
actionmailbox (= 6.1.7.6)
actionmailer (= 6.1.7.6)
actionpack (= 6.1.7.6)
actiontext (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activemodel (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
byebug
capybara
coffee-rails
ffi (>= 1.15.1)
jbuilder
listen
matrix
net-smtp
pg
puma
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
sqlite3
turbolinks
tzinfo-data
uglifier
web-console
+ [[ 124 -eq 124 ]]
+ exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment