Gemfile.lock in poms-0.0.9 vs Gemfile.lock in poms-0.0.10

- old
+ new

@@ -1,9 +1,9 @@ PATH remote: . specs: - poms (0.0.8) + poms (0.0.10) activesupport GEM remote: https://rubygems.org/ specs: @@ -11,10 +11,13 @@ i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + ast (2.1.0) + astrolabe (1.3.1) + parser (~> 2.2) celluloid (0.16.0) timers (~> 4.0.0) coderay (1.1.0) diff-lcs (1.2.5) fabrication (2.12.2) @@ -42,19 +45,23 @@ celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) lumberjack (1.0.9) method_source (0.8.2) - minitest (5.5.1) + minitest (5.7.0) nenv (0.2.0) notiffany (0.0.6) nenv (~> 0.1) shellany (~> 0.0) + parser (2.2.3.0) + ast (>= 1.1, < 3.0) + powerpack (0.1.1) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + rainbow (2.0.0) rake (10.4.2) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) rspec (3.2.0) @@ -68,19 +75,27 @@ rspec-support (~> 3.2.0) rspec-mocks (3.2.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.2.0) rspec-support (3.2.2) + rubocop (0.34.2) + astrolabe (~> 1.3) + parser (>= 2.2.2.5, < 3.0) + powerpack (~> 0.1) + rainbow (>= 1.99.1, < 3.0) + ruby-progressbar (~> 1.4) + ruby-progressbar (1.7.5) shellany (0.0.1) slop (3.6.0) thor (0.19.1) thread_safe (0.3.5) timecop (0.7.3) timers (4.0.1) hitimes tzinfo (1.2.2) thread_safe (~> 0.1) + vcr (2.9.3) PLATFORMS ruby DEPENDENCIES @@ -90,6 +105,8 @@ guard guard-rspec poms! rake rspec + rubocop timecop + vcr