Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'ripper-tags'
# Uncomment these if you want to use a visual debugger (e.g. Visual Studio Code) to debug your app
#gem 'ruby-debug-ide'
#gem 'debase'
gem 'nokogiri', '1.10.10'
gem 'nokogiri', '1.13.4'

# Specify your gem's runtime dependencies in test_ids.gemspec
# THIS LINE SHOULD BE LEFT AT THE END
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,17 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.14.4)
multi_json (1.15.0)
multi_xml (0.6.0)
nanoc (3.7.5)
cri (~> 2.3)
net-ldap (0.17.0)
netrc (0.11.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
origen (0.60.1)
activesupport (~> 4.1)
bundler (> 1.7)
Expand Down Expand Up @@ -118,6 +119,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.6.0)
rainbow (2.2.2)
rake
rake (10.5.0)
Expand Down Expand Up @@ -186,7 +188,7 @@ PLATFORMS
DEPENDENCIES
byebug (~> 8)
coveralls
nokogiri (= 1.10.10)
nokogiri (= 1.13.4)
origen_doc_helpers
ripper-tags
test_ids!
Expand Down