Gemfile.lock in proforma-1.0.1 vs Gemfile.lock in proforma-1.0.2

- old
+ new

@@ -1,17 +1,18 @@ PATH remote: . specs: - proforma (1.0.1) - acts_as_hashable (~> 1) + proforma (1.0.2) + acts_as_hashable (~> 1, >= 1.1.0) GEM remote: https://rubygems.org/ specs: - acts_as_hashable (1.0.5) + acts_as_hashable (1.1.0) ansi (1.5.0) ast (2.4.0) + byebug (11.0.1) coderay (1.1.2) diff-lcs (1.3) docile (1.3.1) ffi (1.9.25) formatador (0.2.5) @@ -47,11 +48,15 @@ ast (~> 2.4.0) powerpack (0.1.2) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + pry-byebug (3.7.0) + byebug (~> 11.0) + pry (~> 0.10) rainbow (3.0.0) + rake (10.5.0) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) rspec (3.8.0) rspec-core (~> 3.8.0) @@ -93,10 +98,12 @@ ruby DEPENDENCIES guard-rspec (~> 4.7) proforma! - pry (~> 0) + pry + pry-byebug (~> 3) + rake (~> 10.0) rspec (~> 3.8) rubocop (~> 0.63.1) simplecov (~> 0.16.1) simplecov-console (~> 0.4.2)