Skip to content

Commit

Permalink
Update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Le committed Jun 11, 2020
1 parent 11724c2 commit e3639c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 2.6.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
nguyen (1.0.3)
nokogiri (~> 1.5)
nokogiri (~> 1.10)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion nguyen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.requirements << 'pdtk 1.44.1 or newer'
s.required_ruby_version = '>= 2.5.0'

s.add_runtime_dependency 'nokogiri', '~> 1.5'
s.add_runtime_dependency 'nokogiri', '~> 1.10'
s.add_development_dependency 'minitest'
end

0 comments on commit e3639c3

Please sign in to comment.