Gemfile.lock in xml_tree_viewer-0.1.1 vs Gemfile.lock in xml_tree_viewer-0.1.2
- old
+ new
@@ -1,17 +1,31 @@
PATH
remote: .
specs:
- xml_tree_viewer (0.1.0)
+ xml_tree_viewer (0.1.1)
+ nokogiri (~> 1.11)
GEM
remote: https://rubygems.org/
specs:
+ activesupport (6.1.4.1)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ zeitwerk (~> 2.3)
ast (2.4.2)
+ concurrent-ruby (1.1.9)
+ i18n (1.8.10)
+ concurrent-ruby (~> 1.0)
+ minitest (5.14.4)
+ nokogiri (1.12.5-x86_64-darwin)
+ racc (~> 1.4)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
+ racc (1.5.2)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.17.0)
@@ -24,15 +38,19 @@
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
+ tzinfo (2.0.4)
+ concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
+ zeitwerk (2.4.2)
PLATFORMS
x86_64-darwin-20
DEPENDENCIES
+ activesupport (~> 6.1)
rake (~> 13.0)
rubocop (~> 1.7)
xml_tree_viewer!
BUNDLED WITH