You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler 2.6.3
Platforms ruby, universal-java-11
Ruby 3.1.4p0 (2025-01-29 revision 9b107851a3f7bb3bb95463610d8510c4c9f50b95) [universal-java-11]
Full Path /home/runner/.rubies/jruby-9.4.11.0/bin/jruby
Config Dir /home/runner/.rubies/jruby-9.4.11.0/etc
RubyGems 3.6.3
Gem Home /home/runner/work/gemstash/gemstash/vendor/bundle/jruby/3.1.0
Gem Path /home/runner/work/gemstash/gemstash/vendor/bundle/jruby/3.1.0
User Home /home/runner
User Path /home/runner/.local/share/gem/jruby/3.1.0
Bin Dir /home/runner/work/gemstash/gemstash/vendor/bundle/jruby/3.1.0/bin
OpenSSL
Compiled JRuby-OpenSSL 0.15.3
Loaded JRuby-OpenSSL 0.15.3
Cert File /usr/lib/jvm/temurin-11-jdk-amd64/lib/security/cacerts
Cert Dir /etc/ssl/certs
Tools
Git 2.48.1
RVM not installed
rbenv not installed
chruby not installed
Bundler Build Metadata
Built At 2025-01-16
Git SHA 3c7c4ff2d8f
Released Version true
Bundler settings
jobs
Set for the current command: 4
path
Set for your local app (/home/runner/work/gemstash/gemstash/.bundle/config): "/home/runner/work/gemstash/gemstash/vendor/bundle"
# frozen_string_literal: truelib=File.expand_path("lib",__dir__)
$LOAD_PATH.unshift(lib)unless $LOAD_PATH.include?(lib)require"gemstash/version"Gem::Specification.newdo |spec|
spec.name="gemstash"spec.version=Gemstash::VERSIONspec.authors=["Andre Arko"]spec.email=["[email protected]"]spec.platform="java"ifRUBY_PLATFORM == "java"spec.summary="A place to stash gems you'll need"spec.description="Gemstash acts as a local RubyGems server, caching \copies of gems from RubyGems.org automatically, and eventually letting \you push your own private gems as well."spec.homepage="https://github.com/rubygems/gemstash"spec.license="MIT"spec.files=`git ls-files -z`.split("\x0").selectdo |f|
f.match(/^(lib|exe|CHANGELOG|CODE_OF_CONDUCT|LICENSE)/)end# we don't check in man pages, but we need to ship them because# we use them to generate the long-form help for each command.spec.files += Dir.glob("lib/gemstash/man/**/*")spec.bindir="exe"spec.executables=spec.files.grep(%r{^exe/}){|f| File.basename(f)}spec.require_paths=["lib"]spec.required_ruby_version=">= 3.1"spec.add_runtime_dependency"activesupport",">= 4.2","< 8"spec.add_runtime_dependency"dalli",">= 3.2.3","< 4"spec.add_runtime_dependency"faraday",">= 1","< 3"spec.add_runtime_dependency"faraday_middleware","~> 1.0"spec.add_runtime_dependency"lru_redux","~> 1.1"spec.add_runtime_dependency"psych",">= 3.2.1"spec.add_runtime_dependency"puma","~> 6.1"spec.add_runtime_dependency"sequel","~> 5.0"spec.add_runtime_dependency"server_health_check-rack","~> 0.1"spec.add_runtime_dependency"sinatra",">= 1.4","< 5.0"spec.add_runtime_dependency"terminal-table",">= 3","< 5"spec.add_runtime_dependency"thor","~> 1.0"# Use Redis instead of memcached# spec.add_runtime_dependency "redis", "~> 3.3"# Run Gemstash with the mysql adapter# spec.add_runtime_dependency "mysql", "~> 2.9"# Run Gemstash with the mysql2 adapter# spec.add_runtime_dependency "mysql2", "~> 0.4"ifRUBY_PLATFORM == "java"spec.add_runtime_dependency"jdbc-sqlite3","~> 3.8"elsespec.add_runtime_dependency"sqlite3",">= 1.3","< 3.0"endend
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue. [...]
The text was updated successfully, but these errors were encountered:
SnakeYAML had a failure to compile. I'll try to store some snapshot-like information about the failure in a details block.
Environment
Bundler Build Metadata
Bundler settings
Gemfile
Gemfile
Gemfile.lock
Gemspecs
gemstash.gemspec
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue. [...]
The text was updated successfully, but these errors were encountered: