gemfiles/Gemfile.rails.lock in trailblazer-0.2.2 vs gemfiles/Gemfile.rails.lock in trailblazer-0.3.0

- old
+ new

@@ -1,17 +1,20 @@ PATH remote: ../ specs: - trailblazer (0.1.1) + trailblazer (0.2.2) actionpack (>= 3.0.0) - reform (~> 1.2.0) - representable (>= 2.1.1, < 2.2.0) + reform (>= 1.2.0) uber (>= 0.0.10) GEM remote: http://rubygems.org/ specs: + actionmailer (4.1.1) + actionpack (= 4.1.1) + actionview (= 4.1.1) + mail (~> 2.5.4) actionpack (4.1.1) actionview (= 4.1.1) activesupport (= 4.1.1) rack (~> 1.5.2) rack-test (~> 0.6.2) @@ -42,58 +45,86 @@ uber erubis (2.7.0) hitimes (1.2.2) i18n (0.6.11) json (1.8.1) - mini_portile (0.6.1) + mail (2.5.4) + mime-types (~> 1.16) + treetop (~> 1.4.8) + mime-types (1.25.1) + mini_portile (0.6.2) minitest (5.4.2) - multi_json (1.10.1) - nokogiri (1.6.4.1) + multi_json (1.11.0) + nokogiri (1.6.6.2) mini_portile (~> 0.6.0) + polyglot (0.3.5) rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) + rails (4.1.1) + actionmailer (= 4.1.1) + actionpack (= 4.1.1) + actionview (= 4.1.1) + activemodel (= 4.1.1) + activerecord (= 4.1.1) + activesupport (= 4.1.1) + bundler (>= 1.3.0, < 2.0) + railties (= 4.1.1) + sprockets-rails (~> 2.0) railties (4.1.1) actionpack (= 4.1.1) activesupport (= 4.1.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) redis (3.1.0) redis-namespace (1.5.1) redis (~> 3.0, >= 3.0.4) - reform (1.2.1) + reform (1.2.6) activemodel disposable (~> 0.0.5) representable (~> 2.1.0) - uber (~> 0.0.8) - representable (2.1.3) + uber (~> 0.0.11) + representable (2.1.8) multi_json nokogiri uber (~> 0.0.7) + responders (1.1.2) + railties (>= 3.2, < 4.2) sidekiq (3.1.4) celluloid (>= 0.15.2) connection_pool (>= 2.0.0) json redis (>= 3.0.6) redis-namespace (>= 1.3.1) + sprockets (3.1.0) + rack (~> 1.0) + sprockets-rails (2.3.1) + actionpack (>= 3.0) + activesupport (>= 3.0) + sprockets (>= 2.8, < 4.0) sqlite3 (1.3.9) thor (0.19.1) thread_safe (0.3.4) timers (4.0.1) hitimes + treetop (1.4.15) + polyglot + polyglot (>= 0.3.1) tzinfo (1.2.2) thread_safe (~> 0.1) - uber (0.0.11) + uber (0.0.13) PLATFORMS ruby DEPENDENCIES activerecord - bundler (~> 1.3) + bundler minitest + rails railties rake + responders sidekiq (~> 3.1.0) sqlite3 trailblazer!