Gemfile.lock in acts_as_scrubbable-0.1.2 vs Gemfile.lock in acts_as_scrubbable-0.1.3

- old
+ new

@@ -1,125 +1,138 @@ PATH remote: . specs: - acts_as_scrubbable (0.1.0) - activerecord (~> 4.1) - activesupport (~> 4.1) - faker (~> 1.4) - highline (~> 1.7) - parallel (~> 1.6) - railties (~> 4.1) - term-ansicolor (~> 1.3) + acts_as_scrubbable (0.1.2) + activerecord (>= 4.1, < 5.1) + activesupport (>= 4.1, < 5.1) + faker (>= 1.4) + highline (>= 1.7) + parallel (>= 1.6) + railties (>= 4.1, < 5.1) + term-ansicolor (>= 1.3) GEM remote: https://rubygems.org/ specs: - actionpack (4.1.13) - actionview (= 4.1.13) - activesupport (= 4.1.13) - rack (~> 1.5.2) - rack-test (~> 0.6.2) - actionview (4.1.13) - activesupport (= 4.1.13) + actionpack (5.0.3) + actionview (= 5.0.3) + activesupport (= 5.0.3) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.3) + activesupport (= 5.0.3) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.13) - activesupport (= 4.1.13) - builder (~> 3.1) - activerecord (4.1.13) - activemodel (= 4.1.13) - activesupport (= 4.1.13) - arel (~> 5.0.0) - activerecord-nulldb-adapter (0.3.1) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activemodel (5.0.3) + activesupport (= 5.0.3) + activerecord (5.0.3) + activemodel (= 5.0.3) + activesupport (= 5.0.3) + arel (~> 7.0) + activerecord-nulldb-adapter (0.3.6) activerecord (>= 2.0.0) - activesupport (4.1.13) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activesupport (5.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) minitest (~> 5.1) - thread_safe (~> 0.1) tzinfo (~> 1.1) - arel (5.0.1.20140414130214) - builder (3.2.2) - byebug (5.0.0) - columnize (= 0.9.0) - coderay (1.1.0) - columnize (0.9.0) - diff-lcs (1.2.5) + arel (7.1.4) + builder (3.2.3) + byebug (9.0.6) + coderay (1.1.1) + concurrent-ruby (1.0.5) + diff-lcs (1.3) erubis (2.7.0) - faker (1.5.0) + faker (1.7.3) i18n (~> 0.5) - ffi (1.9.10) + ffi (1.9.18) formatador (0.2.5) - guard (2.13.0) + guard (2.14.1) formatador (>= 0.2.4) - listen (>= 2.7, <= 4.0) + listen (>= 2.7, < 4.0) lumberjack (~> 1.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.6.4) + guard-rspec (4.7.3) guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) highline (1.7.8) - i18n (0.7.0) - json (1.8.3) - listen (3.0.3) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - lumberjack (1.0.9) + i18n (0.8.1) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + loofah (2.0.3) + nokogiri (>= 1.5.9) + lumberjack (1.0.12) method_source (0.8.2) - minitest (5.8.2) - nenv (0.2.0) - notiffany (0.0.8) + mini_portile2 (2.1.0) + minitest (5.10.2) + nenv (0.3.0) + nokogiri (1.7.2) + mini_portile2 (~> 2.1.0) + notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.6.1) - pry (0.10.3) + parallel (1.11.2) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pry-byebug (3.2.0) - byebug (~> 5.0) + pry-byebug (3.4.2) + byebug (~> 9.0) pry (~> 0.10) - rack (1.5.5) + rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) - railties (4.1.13) - actionpack (= 4.1.13) - activesupport (= 4.1.13) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.3) + actionpack (= 5.0.3) + activesupport (= 5.0.3) + method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.4.2) - rb-fsevent (0.9.6) - rb-inotify (0.9.5) + rake (12.0.0) + rb-fsevent (0.9.8) + rb-inotify (0.9.8) ffi (>= 0.5.0) - rspec (3.3.0) - rspec-core (~> 3.3.0) - rspec-expectations (~> 3.3.0) - rspec-mocks (~> 3.3.0) - rspec-core (3.3.2) - rspec-support (~> 3.3.0) - rspec-expectations (3.3.1) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.3.0) - rspec-mocks (3.3.2) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.3.0) - rspec-support (3.3.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) + ruby_dep (1.5.0) shellany (0.0.1) slop (3.6.0) - term-ansicolor (1.3.2) + term-ansicolor (1.6.0) tins (~> 1.0) - terminal-notifier-guard (1.6.4) - thor (0.19.1) - thread_safe (0.3.5) - tins (1.7.0) - tzinfo (1.2.2) + terminal-notifier-guard (1.7.0) + thor (0.19.4) + thread_safe (0.3.6) + tins (1.14.0) + tzinfo (1.2.3) thread_safe (~> 0.1) PLATFORMS ruby @@ -130,7 +143,10 @@ guard-rspec (~> 4.6) pry-byebug (~> 3.2) rspec (~> 3.3) terminal-notifier-guard (~> 1.6) +RUBY VERSION + ruby 2.3.1p112 + BUNDLED WITH - 1.10.6 + 1.14.6