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 activesupport to dockerfile #167

Merged
merged 1 commit into from
Apr 17, 2022
Merged

Add activesupport to dockerfile #167

merged 1 commit into from
Apr 17, 2022

Conversation

sonalkr132
Copy link
Member

Fixes:

/usr/local/bundle/gems/activesupport-7.0.0/lib/active_support/xml_mini.rb:184:in
`current_thread_backend': uninitialized constant
ActiveSupport::XmlMini::IsolatedExecutionState (NameError)

Related: Shopify/krane#851

Fixes:
```
/usr/local/bundle/gems/activesupport-7.0.0/lib/active_support/xml_mini.rb:184:in
`current_thread_backend': uninitialized constant
ActiveSupport::XmlMini::IsolatedExecutionState (NameError)

```
@simi
Copy link
Member

simi commented Apr 17, 2022

This is acutally not needed since Shopify/krane@dbeac43. Have you had any problems related to this?

@simi
Copy link
Member

simi commented Apr 17, 2022

[retro@retro  rubygems-shipit (include-secrets=)]❤ gem install krane:2.4.6
Fetching krane-2.4.6.gem
Fetching activesupport-7.0.2.3.gem
Successfully installed activesupport-7.0.2.3
Successfully installed krane-2.4.6
Parsing documentation for activesupport-7.0.2.3
Installing ri documentation for activesupport-7.0.2.3
Parsing documentation for krane-2.4.6
Installing ri documentation for krane-2.4.6
Done installing documentation for activesupport, krane after 1 seconds
2 gems installed
[retro@retro  rubygems-shipit (include-secrets=)]❤ krane help
Krane commands:
  krane deploy NAMESPACE CONTEXT                        # Ship resources to a namespace
  krane global-deploy CONTEXT --selector='label=value'  # Ship non-namespaced resources to a cluster
  krane help [COMMAND]                                  # Describe available commands or one specific command
  krane render                                          # Render templates
  krane restart NAMESPACE CONTEXT                       # Restart the pods in one or more deployments
  krane run NAMESPACE CONTEXT f, --template=TEMPLATE    # Run a pod that exits upon completing a task
  krane version                                         # Prints the version

[retro@retro  rubygems-shipit (include-secrets=)]❤ gem list | grep activesupport
activesupport (7.0.2.3)

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.

None yet

2 participants