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

Can't run with "thor" 0.20.0 #7

Open
kaosf opened this issue Sep 5, 2017 · 0 comments
Open

Can't run with "thor" 0.20.0 #7

kaosf opened this issue Sep 5, 2017 · 0 comments
Assignees

Comments

@kaosf
Copy link

kaosf commented Sep 5, 2017

When the dependent "thor" gem version is 0.20.0, reversible_cryptography edit ... command makes an error like following:

bundler: failed to load command: reversible_cryptography (/path/to/vendor/bundle/ruby/2.4.0/bin/reversible_cryptography)
NameError: uninitialized constant ReversibleCryptography::CLI::Tempfile
  /path/to/vendor/bundle/ruby/2.4.0/gems/reversible_cryptography-0.5.0/lib/reversible_cryptography/cli.rb:54:in `edit'
  ...

Add gem 'thor', '0.19.4' to my Gemfile and run bundle update to lock its version, the problem was fixed.

@mitaku mitaku self-assigned this Sep 6, 2017
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

No branches or pull requests

2 participants