-
Notifications
You must be signed in to change notification settings - Fork 20
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
Doesn't load in Ruby 3.0.0 #62
Comments
This is fixable by inserting a |
I'll take a look. |
Can you give branch PR: #64 |
did thanks |
If you have a development environment, I suggest using the Gemfile to point to the new version: gem 'parse-stack', git: 'https://github.com/modernistik/parse-stack.git', branch: 'feature/1.10.0' |
i'm getting this error running the line from your last comment :
|
Maybe I should have included this too, but I don't know enough about gem to know whether that's helpful.
|
[modernistik#62] Separate positional and keyword arguments for Ruby 3.0 Replaces deprecated Proc.new usage “warning: Capturing the given block using Proc.new is deprecated; use `&block` instead” Remove upper bound for dependencies versions Remove extra comma remove dependence on AMS ignore leading underscore Updated dependencies Updates version + dependencies ruby 3.0 compatibility fix block param more ruby 3 compatibility faraday 2 compatibility Remove models overrides templates Can't have two autoloaded files defining the same class. It results in inconsistent behavior. Built-in parse classes have to be properly reopened with class_eval. compatibility with Rails strong parameters update doc with reopening builtin classes Removing dependencies for faraday_middleware Bumping to 1.10.1 Bumping to 1.10.1
I have to use Ruby 2.6.3 (the one bundled with MacOS) instead of Ruby 3.0.0 (the one installable by Homebrew) because the latter causes this error:
internal:/usr/local/Cellar/ruby/3.0.1/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb:85:in
'require': cannot load such file -- parse/stack (LoadError) from <internal:/usr/local/Cellar/ruby/3.0.1/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in
require'from fetch.rb:6:in `
The text was updated successfully, but these errors were encountered: