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

- old
+ new

@@ -1,19 +1,20 @@ PATH remote: . specs: - simple_pvr (0.0.2) + simple_pvr (0.0.3) activesupport (~> 3.2) data_mapper (~> 1.2) dm-sqlite-adapter (~> 1.2) nokogiri (~> 1.5) + puma (~> 1.6) sinatra (~> 1.3) GEM remote: http://rubygems.org/ specs: - activesupport (3.2.8) + activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) addressable (2.2.8) bcrypt-ruby (3.0.1) builder (3.1.0) @@ -39,11 +40,11 @@ dm-serializer (~> 1.2.0) dm-timestamps (~> 1.2.0) dm-transactions (~> 1.2.0) dm-types (~> 1.2.0) dm-validations (~> 1.2.0) - data_objects (0.10.8) + data_objects (0.10.12) addressable (~> 2.1) diff-lcs (1.1.3) dm-aggregates (1.2.0) dm-core (~> 1.2.0) dm-constraints (1.2.0) @@ -76,26 +77,28 @@ multi_json (~> 1.0) stringex (~> 1.4) uuidtools (~> 2.1) dm-validations (1.2.0) dm-core (~> 1.2.0) - do_sqlite3 (0.10.8) - data_objects (= 0.10.8) + do_sqlite3 (0.10.12) + data_objects (= 0.10.12) fastercsv (1.5.5) ffi (1.1.5) gherkin (2.11.2) json (>= 1.4.6) - i18n (0.6.1) + i18n (0.6.4) json (1.7.5) - json_pure (1.7.5) + json_pure (1.7.7) libwebsocket (0.1.5) addressable mime-types (1.19) multi_json (1.3.6) nokogiri (1.5.5) + puma (1.6.3) + rack (~> 1.2) rack (1.4.1) - rack-protection (1.4.0) + rack-protection (1.5.0) rack rack-test (0.6.1) rack (>= 1.0) rake (10.0.3) rspec (2.11.0) @@ -110,15 +113,15 @@ selenium-webdriver (2.25.0) childprocess (>= 0.2.5) libwebsocket (~> 0.1.3) multi_json (~> 1.0) rubyzip - sinatra (1.3.3) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) + sinatra (1.3.6) + rack (~> 1.4) + rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) - stringex (1.4.0) - tilt (1.3.3) + stringex (1.5.1) + tilt (1.3.5) uuidtools (2.1.3) xpath (0.1.4) nokogiri (~> 1.3) PLATFORMS