Skip to content

Commit

Permalink
Update nokogiri requirement version until 1.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonlk committed Oct 11, 2024
1 parent 798fcdf commit c6d3fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ PATH
remote: .
specs:
ofx (0.3.3)
nokogiri (>= 1.13.1, < 1.16.0)
nokogiri (>= 1.13.1, < 1.17.0)

GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
diff-lcs (1.5.1)
mini_portile2 (2.8.6)
nokogiri (1.15.6)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.3)
racc (1.8.1)
rake (13.0.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -39,4 +39,4 @@ DEPENDENCIES
rspec (~> 3.10)

BUNDLED WITH
1.16.4
2.5.21
2 changes: 1 addition & 1 deletion ofx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.licenses = ['MIT']

s.add_dependency 'nokogiri', '>= 1.13.1', '< 1.16.0'
s.add_dependency 'nokogiri', '>= 1.13.1', '< 1.17.0'
s.add_development_dependency 'byebug', '~> 11.1.3'
s.add_development_dependency 'rake', '~> 13.0.6'
s.add_development_dependency 'rspec', '~> 3.10'
Expand Down

0 comments on commit c6d3fe9

Please sign in to comment.