Gemfile.lock in kamerling-0.0.2 vs Gemfile.lock in kamerling-0.0.3

- old
+ new

@@ -1,122 +1,122 @@ -GIT - remote: git://github.com/solnic/virtus.git - revision: c31940a63d1a4a2ac30032a0c01a9a217b5f5f82 - specs: - virtus (1.0.2) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0.3) - equalizer (~> 0.0.9) - PATH remote: . specs: - kamerling (0.0.2) + kamerling (0.0.3) after_do (~> 0.3.0) + equalizer (~> 0.0.9) sequel (~> 4.4) sinatra (~> 1.4) slim (~> 2.0) sqlite3 (~> 1.3) virtus (~> 1.0) GEM remote: https://rubygems.org/ specs: - after_do (0.3.0) - ast (1.1.0) - atomic (1.1.16) - axiom-types (0.1.0) - descendants_tracker (~> 0.0.3) + after_do (0.3.1) + ast (2.0.0) + astrolabe (1.3.0) + parser (>= 2.2.0.pre.3, < 3.0) + axiom-types (0.1.1) + descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) - thread_safe (~> 0.1.3) - bogus (0.1.4) + thread_safe (~> 0.3, >= 0.3.1) + bogus (0.1.5) dependor (>= 0.0.4) - celluloid (0.15.2) - timers (~> 1.1.0) - celluloid-io (0.15.0) - celluloid (>= 0.15.0) - nio4r (>= 0.5.0) + celluloid (0.16.0) + timers (~> 4.0.0) + coderay (1.1.0) coercible (1.0.0) descendants_tracker (~> 0.0.1) dependor (1.0.1) - descendants_tracker (0.0.3) + descendants_tracker (0.0.4) + thread_safe (~> 0.3, >= 0.3.1) equalizer (0.0.9) - ffi (1.9.3) + ffi (1.9.6) + hitimes (1.2.2) ice_nine (0.11.0) - json (1.8.1) - listen (2.7.1) + listen (2.7.11) celluloid (>= 0.15.2) - celluloid-io (>= 0.15.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - mini_portile (0.5.2) - minitest (5.3.1) + method_source (0.8.2) + mini_portile (0.6.1) + minitest (5.4.2) minitest-focus (1.1.0) minitest (>= 4, < 6) - nio4r (1.0.0) - nokogiri (1.6.1) - mini_portile (~> 0.5.0) - parser (2.1.7) - ast (~> 1.1) + nokogiri (1.6.4.1) + mini_portile (~> 0.6.0) + parser (2.2.0.pre.7) + ast (>= 1.1, < 3.0) slop (~> 3.4, >= 3.4.5) powerpack (0.0.9) + pry (0.10.1) + coderay (~> 1.1.0) + method_source (~> 0.8.1) + slop (~> 3.4) rack (1.5.2) - rack-protection (1.5.2) + rack-protection (1.5.3) rack rack-test (0.6.2) rack (>= 1.0) rainbow (2.0.0) - rake (10.1.1) + rake (10.3.2) rb-fsevent (0.9.4) - rb-inotify (0.9.3) + rb-inotify (0.9.5) ffi (>= 0.5.0) - reek (1.3.6) - ruby2ruby (~> 2.0.7) - ruby_parser (~> 3.2) - sexp_processor - rerun (0.9.0) - listen (~> 2.7) - rubocop (0.19.1) - json (>= 1.7.7, < 2) - parser (~> 2.1.7) + reek (1.4.0) + rainbow (>= 1.99, < 3.0) + ruby2ruby (>= 2.0.8, < 3.0) + ruby_parser (>= 3.5.0, < 4.0) + sexp_processor (~> 4.4) + rerun (0.10.0) + listen (~> 2.7, >= 2.7.3) + rubocop (0.27.1) + astrolabe (~> 1.3) + parser (>= 2.2.0.pre.7, < 3.0) powerpack (~> 0.0.6) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) - ruby-progressbar (1.4.2) - ruby2ruby (2.0.7) + ruby-progressbar (1.7.0) + ruby2ruby (2.1.3) ruby_parser (~> 3.1) sexp_processor (~> 4.0) - ruby_parser (3.4.1) + ruby_parser (3.6.3) sexp_processor (~> 4.1) - sequel (4.8.0) - sexp_processor (4.4.2) - sinatra (1.4.4) + sequel (4.16.0) + sexp_processor (4.4.4) + sinatra (1.4.5) rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) - slim (2.0.2) - temple (~> 0.6.6) + slim (2.1.0) + temple (~> 0.6.9) tilt (>= 1.3.3, < 2.1) - slop (3.5.0) - sqlite3 (1.3.9) - temple (0.6.7) - thread_safe (0.1.3) - atomic + slop (3.6.0) + sqlite3 (1.3.10) + temple (0.6.10) + thread_safe (0.3.4) tilt (1.4.1) - timers (1.1.0) + timers (4.0.1) + hitimes + virtus (1.0.3) + axiom-types (~> 0.1) + coercible (~> 1.0) + descendants_tracker (~> 0.0, >= 0.0.3) + equalizer (~> 0.0, >= 0.0.9) PLATFORMS ruby DEPENDENCIES bogus (~> 0.1.3) kamerling! minitest (~> 5.0) minitest-focus (~> 1.1) nokogiri (~> 1.6) + pry (~> 0.10.0) rack-test (~> 0.6.2) rake (~> 10.1) reek (~> 1.3) - rerun (~> 0.9.0) - rubocop (~> 0.19.0) - virtus! + rerun (~> 0.10.0) + rubocop (~> 0.27.0)