Skip to content

Instantly share code, notes, and snippets.

View jackorp's full-sized avatar

Jarek Prokop jackorp

  • Czech republic
  • 23:03 (UTC +02:00)
View GitHub Profile
@jackorp
jackorp / Gemfile
Last active February 10, 2025 07:40
Resolving the rails app without reline specified in Gemspec.
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.4.1"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
@jackorp
jackorp / Gemfile
Last active February 10, 2025 07:40
Resolving the rails app with reline specified in Gemspec.
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.4.1"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
[2985/3026] g++ -MMD -MF obj/src/crypto/libnode.crypto_context.o.d -D_GLIBCXX_USE_CXX11_ABI=1 -DNODE_OPENSSL_CONF_NAME=openssl_conf -DNODE_OPENSSL_CERT_STORE -DICU_NO_USER_DATA_OVERRIDE -D__STDC_FORMAT_MACROS '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="linux"' -DNODE_WANT_INTERNALS=1 -DV8_DEPRECATION_WARNINGS=1 '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' -DHAVE_INSPECTOR=1 -DNODE_SHARED_MODE -D__POSIX__ -DNODE_USE_V8_PLATFORM=1 -DNODE_V8_SHARED_RO_HEAP -DNODE_HAVE_I18N_SUPPORT=1 -DNODE_HAVE_SMALL_ICU=1 '-DNODE_ICU_DEFAULT_DATA_DIR="/usr/share/node-22/icudata"' -DHAVE_OPENSSL=1 -DHAVE_AMARO=1 -DUCONFIG_NO_SERVICE=1 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION=1 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200112 -DNGHTTP2_STATICLIB -I../../src -I../../deps/postject -Igen -Igen/include -Igen/src -I../../deps/googletest/include -I../../deps/histogram/src -I../../deps/histogram/include -I../../deps/sqlite -I../../deps/simdjson -I../../deps/simdutf -I../../d
---- rubygem-actionmailbox ----
rubygem-rails-1:7.0.8-3.fc41.noarch
rubygem-actionmailbox-doc-0:7.0.8-4.fc41.noarch
rubygem-rails-1:7.0.8-3.fc41.noarch
rubygem-rspec-rails-0:6.0.3-4.fc41.src
---- rubygem-actiontext ----
rubygem-rails-1:7.0.8-3.fc41.noarch
rubygem-actiontext-doc-0:7.0.8-4.fc41.noarch
rubygem-rails-1:7.0.8-3.fc41.noarch
-----------------------------------------------
Running test test_npm_functionality (starting at 2024-07-17 10:54:15+00:00) ...
-----------------------------------------------
[INFO] Testing npm availibility...
8f3050a9e38ce5823196ebdec1f410d035e553fb3cb90151250e1f67a354135c
8f3050a9e38ce5823196ebdec1f410d035e553fb3cb90151250e1f67a354135c
STEP 1/8: FROM quay.io/fedora/ruby-33:0
STEP 2/8: LABEL "io.openshift.s2i.build.image"="quay.io/fedora/ruby-33:0" "io.openshift.s2i.build.source-location"="file:///root/sclorg/s2i-ruby-container/3.3/test/puma-test-app"
+ 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
+ ruby -v
ruby 2.5.9p229 (2021-04-05 revision 67939) [x86_64-linux]
+ cp -r /my-app/ /tmp
+ cd /tmp/my-app
+ bundle install --path vendor
Fetching gem metadata from https://rubygems.org/........
Fetching rake 13.0.3
Installing rake 13.0.3
Fetching concurrent-ruby 1.2.3
This file has been truncated, but you can view the full file.
2023-04-18 09:01:16.778 INFO PID: 8317 leapp: Logging has been initialized
2023-04-18 09:01:16.791 INFO PID: 8317 leapp.repository.common: A new repository 'common' is initialized at /etc/leapp/repos.d/common
2023-04-18 09:01:16.792 DEBUG PID: 8317 leapp.repository.common: Scanning path /etc/leapp/repos.d/common
2023-04-18 09:01:16.793 DEBUG PID: 8317 leapp.repository.common: Adding topic - topics/systeminfo.py
2023-04-18 09:01:16.794 INFO PID: 8317 leapp.repository.system_upgrade_common: A new repository 'system_upgrade_common' is initialized at /etc/leapp/repos.d/system_upgrade/common
2023-04-18 09:01:16.795 DEBUG PID: 8317 leapp.repository.system_upgrade_common: Scanning path /etc/leapp/repos.d/system_upgrade/common
2023-04-18 09:01:16.796 DEBUG PID: 8317 leapp.repository.system_upgrade_common: Adding topic - topics/bootprep.py
2023-04-18 09:01:16.797 DEBUG PID: 8317 leapp.repository.system_upgrade_common: Adding topic - topics/rhsm.py
2023-04-18 09:01:16.798 DEBUG PID: 8317 l
2023-04-18 08:56:42.115 INFO PID: 2005 leapp: Logging has been initialized
2023-04-18 08:56:42.134 INFO PID: 2005 leapp.repository.common: A new repository 'common' is initialized at /etc/leapp/repos.d/common
2023-04-18 08:56:42.135 DEBUG PID: 2005 leapp.repository.common: Scanning path /etc/leapp/repos.d/common
2023-04-18 08:56:42.137 DEBUG PID: 2005 leapp.repository.common: Adding topic - topics/systeminfo.py
2023-04-18 08:56:42.139 INFO PID: 2005 leapp.repository.system_upgrade_common: A new repository 'system_upgrade_common' is initialized at /etc/leapp/repos.d/system_upgrade/common
2023-04-18 08:56:42.140 DEBUG PID: 2005 leapp.repository.system_upgrade_common: Scanning path /etc/leapp/repos.d/system_upgrade/common
2023-04-18 08:56:42.141 DEBUG PID: 2005 leapp.repository.system_upgrade_common: Adding topic - topics/bootprep.py
2023-04-18 08:56:42.144 DEBUG PID: 2005 leapp.repository.system_upgrade_common: Adding topic - topics/rhsm.py
2023-04-18 08:56:42.145 DEBUG PID: 2005 l
2023-04-17 10:53:30.558 INFO PID: 18709 leapp: Logging has been initialized
2023-04-17 10:53:30.575 INFO PID: 18709 leapp.repository.common: A new repository 'common' is initialized at /etc/leapp/repos.d/common
2023-04-17 10:53:30.577 DEBUG PID: 18709 leapp.repository.common: Scanning path /etc/leapp/repos.d/common
2023-04-17 10:53:30.578 DEBUG PID: 18709 leapp.repository.common: Adding topic - topics/systeminfo.py
2023-04-17 10:53:30.580 INFO PID: 18709 leapp.repository.system_upgrade_common: A new repository 'system_upgrade_common' is initialized at /etc/leapp/repos.d/system_upgrade/common
2023-04-17 10:53:30.580 DEBUG PID: 18709 leapp.repository.system_upgrade_common: Scanning path /etc/leapp/repos.d/system_upgrade/common
2023-04-17 10:53:30.582 DEBUG PID: 18709 leapp.repository.system_upgrade_common: Adding topic - topics/bootprep.py
2023-04-17 10:53:30.583 DEBUG PID: 18709 leapp.repository.system_upgrade_common: Adding topic - topics/rhsm.py
2023-04-17 10:53:30.583 DEBUG PID