Skip to content

Instantly share code, notes, and snippets.

@jackorp
Created February 13, 2024 15:48
Show Gist options
  • Save jackorp/8fae99f431a8da85bc06f773368e30e9 to your computer and use it in GitHub Desktop.
Save jackorp/8fae99f431a8da85bc06f773368e30e9 to your computer and use it in GitHub Desktop.
+ ruby -v
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ 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.0.3
Installing rake 13.0.3
Fetching concurrent-ruby 1.2.3
Fetching minitest 5.14.4
Fetching zeitwerk 2.6.13
Fetching mysql2 0.5.5
Fetching rack 2.2.8
Fetching tilt 2.3.0
Fetching webrick 1.7.0
Fetching mustermann 1.1.2
Installing concurrent-ruby 1.2.3
Installing minitest 5.14.4
Installing zeitwerk 2.6.13
Installing mysql2 0.5.5 with native extensions
Installing rack 2.2.8
Installing tilt 2.3.0
Installing webrick 1.7.0
Installing mustermann 1.1.2
Fetching i18n 1.8.9
Fetching tzinfo 2.0.6
Fetching rack-protection 2.1.0
Installing i18n 1.8.9
Installing tzinfo 2.0.6
Fetching activesupport 6.1.7.6
Installing rack-protection 2.1.0
Fetching sinatra 2.1.0
Installing activesupport 6.1.7.6
Installing sinatra 2.1.0
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 sinatra-activerecord 2.0.22
Installing sinatra-activerecord 2.0.22
Bundle complete! 7 Gemfile dependencies, 19 gems now installed.
Bundled gems are installed into `./vendor`
+ timeout 10 bundle exec rackup
Parsing options from the first comment line is deprecated!
/tmp/my-app/vendor/ruby/3.3.0/gems/rack-2.2.8/lib/rack/session/cookie.rb:7: 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 rack-2.2.8 to add base64 into its gemspec.
/tmp/my-app/vendor/ruby/3.3.0/gems/activesupport-6.1.7.6/lib/active_support/notifications/fanout.rb:3: 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.
/tmp/my-app/vendor/ruby/3.3.0/gems/activesupport-6.1.7.6/lib/active_support/xml_mini.rb:5: 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.
Run app...
[2024-02-13 15:46:16] INFO WEBrick 1.7.0
[2024-02-13 15:46:16] INFO ruby 3.3.0 (2023-12-25) [x86_64-linux]
[2024-02-13 15:46:16] INFO WEBrick::HTTPServer#start: pid=505 port=8080
[2024-02-13 15:46:25] FATAL SignalException: SIGTERM
/tmp/my-app/vendor/ruby/3.3.0/gems/webrick-1.7.0/lib/webrick/server.rb:173:in `select'
/tmp/my-app/vendor/ruby/3.3.0/gems/webrick-1.7.0/lib/webrick/server.rb:173:in `block in start'
/tmp/my-app/vendor/ruby/3.3.0/gems/webrick-1.7.0/lib/webrick/server.rb:32:in `start'
/tmp/my-app/vendor/ruby/3.3.0/gems/webrick-1.7.0/lib/webrick/server.rb:160:in `start'
/tmp/my-app/vendor/ruby/3.3.0/gems/rack-2.2.8/lib/rack/handler/webrick.rb:41:in `run'
/tmp/my-app/vendor/ruby/3.3.0/gems/rack-2.2.8/lib/rack/server.rb:327:in `start'
/tmp/my-app/vendor/ruby/3.3.0/gems/rack-2.2.8/lib/rack/server.rb:168:in `start'
/tmp/my-app/vendor/ruby/3.3.0/gems/rack-2.2.8/bin/rackup:5:in `<top (required)>'
/tmp/my-app/vendor/ruby/3.3.0/bin/rackup:25:in `load'
/tmp/my-app/vendor/ruby/3.3.0/bin/rackup:25:in `<top (required)>'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:58:in `load'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:23:in `run'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli.rb:451:in `exec'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli.rb:34:in `dispatch'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/cli.rb:28:in `start'
/usr/share/gems/gems/bundler-2.5.3/exe/bundle:28:in `block in <top (required)>'
/usr/share/gems/gems/bundler-2.5.3/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
/usr/share/gems/gems/bundler-2.5.3/exe/bundle:20:in `<top (required)>'
/usr/bin/bundle:25:in `load'
/usr/bin/bundle:25:in `<main>'
[2024-02-13 15:46:25] INFO going to shutdown ...
[2024-02-13 15:46:25] INFO WEBrick::HTTPServer#start done.
+ R=124
+ cat Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
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)
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)
concurrent-ruby (1.2.3)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
minitest (5.14.4)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.5)
rack (2.2.8)
rack-protection (2.1.0)
rack
rake (13.0.3)
ruby2_keywords (0.0.5)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-activerecord (2.0.22)
activerecord (>= 4.1)
sinatra (>= 1.0)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.7.0)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
i18n (= 1.8.9)
minitest (= 5.14.4)
mysql2 (= 0.5.5)
rake (= 13.0.3)
sinatra (= 2.1.0)
sinatra-activerecord (= 2.0.22)
webrick (= 1.7.0)
+ [[ 124 -eq 124 ]]
+ exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment