Skip to content

Commit

Permalink
upgrade nokogiri to fix installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 12, 2023
1 parent d0bb4be commit e685a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Follow the {uri-rvm-install}[installation instructions] on the RVM site to setup
Once you have RVM setup, switch to the version of Ruby you installed:

[subs=attributes+]
$ rvm use 2.3.0
$ rvm use 2.7

If you want RVM to set the version of Ruby automatically whenever you switch to the project, write the version of Ruby to a file at the root of the project named [path]_.ruby-version_:

$ echo 2.3.0 > .ruby-version
$ echo 2.7 > .ruby-version

We like RVM because it keeps the dependencies required by various projects isolated from each other and from your system.

Expand Down
2 changes: 1 addition & 1 deletion docbookrx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = Dir['README.adoc', 'LICENSE']
s.require_paths = ['lib']

s.add_runtime_dependency 'nokogiri', '~> 1.10.0'
s.add_runtime_dependency 'nokogiri', '~> 1.15.0'
s.add_development_dependency 'rake', '~> 13.0.0'
s.add_development_dependency 'rspec', '~> 3.9.0'
end

0 comments on commit e685a4f

Please sign in to comment.