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

Nokogiri too old #46

Open
LeandroPT opened this issue Apr 5, 2018 · 2 comments
Open

Nokogiri too old #46

LeandroPT opened this issue Apr 5, 2018 · 2 comments

Comments

@LeandroPT
Copy link

Hello,

Nokogiri gem dependency too old.

When trying to integrate with other tools, i get a dependency problem.

s.add_dependency(%q.freeze, ["~> 1.6.0"]) ==> latest 1.8.2

is it possible to bump to latest and rebuild the gem?

@heidar
Copy link

heidar commented Jan 24, 2019

There's a PR to fix this but I think it might need some discussion/pushing along, see #47

@javs1979
Copy link

javs1979 commented Jan 25, 2024

There's a PR to fix this but I think it might need some discussion/pushing along, see #47

The PR itself seems to fix the Nokogiri dependency problem. I am now able to run PL/SQL tests with ruby-plsql-spec in a standard manner. However, for some unknown reason, code coverage calculation with...

plsql-spec run --coverage

...stopped working. Here's the error...

❯ plsql-spec run --coverage

[...]

An error occurred while loading spec_helper.
Failure/Error: PLSQL::Coverage.start name

NoMethodError:
  undefined method `[]' for nil:NilClass
# ./spec/spec_helper.rb:35:in `block in <top (required)>'
# ./spec/spec_helper.rb:15:in `each'
# ./spec/spec_helper.rb:15:in `<top (required)>'
No examples found.

[...]

Any idea what might causing this ? I've rebuilt ruby-plsql-spec in version 0.5.1 (with the exact same changes as #47), then reinstalled, to no avail.

What do you think, @heidar ?

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

3 participants