Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rack-up to website Gemfile for client dev #626

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

coalest
Copy link
Collaborator

@coalest coalest commented Jan 29, 2025

rack-up split off into it's own gem some time ago, so attempting to run client_dev was failing for me with a command not found error:

/.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/rubygems_integration.rb:265:in `block in replace_bin_path': can't find executable rackup for gem rackup. rackup is not currently included in the bundle, perhaps you meant to add it to your Gemfile? (Gem::Exception)
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/rubygems_integration.rb:293:in `block in replace_bin_path'
        from /.rbenv/versions/3.3.3/bin/rackup:25:in `<top (required)>'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli/exec.rb:58:in `load'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli/exec.rb:58:in `kernel_load'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli/exec.rb:23:in `run'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli.rb:455:in `exec'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli.rb:35:in `dispatch'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/cli.rb:29:in `start'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe/bundle:28:in `block in <top (required)>'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
        from /.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe/bundle:20:in `<top (required)>'
        from /.rbenv/versions/3.3.3/bin/bundle:25:in `load'
        from /.rbenv/versions/3.3.3/bin/bundle:25:in `<main>'

rack-up split off into it's own gem so running client_dev
failed with a command not found error.
@tgxworld tgxworld merged commit f7a2ef5 into MiniProfiler:master Feb 3, 2025
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants