Gemfile.lock in structurely-0.1.0 vs Gemfile.lock in structurely-0.1.1

- old
+ new

@@ -1,9 +1,9 @@ PATH remote: . specs: - structurely (0.1.0) + structurely (0.1.1) api_struct (~> 1.0) dry-configurable (~> 0.11) GEM remote: https://rubygems.org/ @@ -16,20 +16,19 @@ dry-monads (~> 1) hashie http ast (2.4.1) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crack (0.4.4) diff-lcs (1.4.4) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dry-configurable (0.11.6) + dry-configurable (0.12.1) concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.7) - dry-equalizer (~> 0.2) - dry-core (0.4.9) + dry-core (~> 0.5, >= 0.5.0) + dry-core (0.5.0) concurrent-ruby (~> 1.0) dry-equalizer (0.3.0) dry-inflector (0.2.0) dry-monads (1.3.5) concurrent-ruby (~> 1.0) @@ -37,32 +36,58 @@ dry-equalizer ffi (1.13.1) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake + formatador (0.2.5) + guard (2.16.2) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.9.12) + shellany (~> 0.0) + thor (>= 0.18.1) + guard-compat (1.2.1) + guard-rspec (4.7.3) + guard (~> 2.1) + guard-compat (~> 1.1) + rspec (>= 2.99.0, < 4.0) hashdiff (1.0.1) hashie (4.1.0) http (4.4.1) addressable (~> 2.3) http-cookie (~> 1.0) http-form_data (~> 2.2) http-parser (~> 1.2.0) http-cookie (1.0.3) domain_name (~> 0.5) http-form_data (2.3.0) - http-parser (1.2.1) + http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) + listen (3.2.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + lumberjack (1.2.8) method_source (1.0.0) + nenv (0.3.0) + notiffany (0.1.3) + nenv (~> 0.1) + shellany (~> 0.0) parallel (1.19.2) parser (2.7.2.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) rainbow (3.0.0) rake (13.0.1) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) regexp_parser (1.8.2) rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -89,31 +114,37 @@ parser (>= 2.7.1.5) rubocop-performance (1.8.1) rubocop (>= 0.87.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.10.1) + shellany (0.0.1) standard (0.7) rubocop (= 0.92) rubocop-performance (= 1.8.1) + thor (1.0.1) unf (0.1.4) unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) + vcr (6.0.0) webmock (3.9.3) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS ruby DEPENDENCIES bundler (>= 1.5) + guard + guard-rspec pry rake rspec (~> 3.0) standard structurely! + vcr (~> 6.0) webmock (~> 3.9) BUNDLED WITH - 2.1.4 + 2.2.16