diff --git a/Gemfile.lock b/Gemfile.lock index de7e952..3313faa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,11 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.2.7) - bcrypt-ruby (3.0.1) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + bcrypt (3.1.13) + bcrypt-ruby (3.1.5) + bcrypt (>= 3.1.3) data_mapper (1.2.0) dm-aggregates (~> 1.2.0) dm-constraints (~> 1.2.0) @@ -20,8 +23,8 @@ GEM dm-core (~> 1.2.0) dm-constraints (1.2.0) dm-core (~> 1.2.0) - dm-core (1.2.0) - addressable (~> 2.2.6) + dm-core (1.2.1) + addressable (~> 2.3) dm-do-adapter (1.2.0) data_objects (~> 0.10.6) dm-core (~> 1.2.0) @@ -30,12 +33,12 @@ GEM dm-postgres-adapter (1.2.0) dm-do-adapter (~> 1.2.0) do_postgres (~> 0.10.6) - dm-serializer (1.2.1) + dm-serializer (1.2.2) dm-core (~> 1.2.0) - fastercsv (~> 1.5.4) - json (~> 1.6.1) - json_pure (~> 1.6.1) - multi_json (~> 1.0.3) + fastercsv (~> 1.5) + json (~> 1.6) + json_pure (~> 1.6) + multi_json (~> 1.0) dm-sqlite-adapter (1.2.0) dm-do-adapter (~> 1.2.0) do_sqlite3 (~> 0.10.6) @@ -43,14 +46,14 @@ GEM dm-core (~> 1.2.0) dm-transactions (1.2.0) dm-core (~> 1.2.0) - dm-types (1.2.1) - bcrypt-ruby (~> 3.0.0) + dm-types (1.2.2) + bcrypt-ruby (~> 3.0) dm-core (~> 1.2.0) - fastercsv (~> 1.5.4) - json (~> 1.6.1) - multi_json (~> 1.0.3) - stringex (~> 1.3.0) - uuidtools (~> 2.1.2) + fastercsv (~> 1.5) + json (~> 1.6) + multi_json (~> 1.0) + stringex (~> 1.4) + uuidtools (~> 2.1) dm-validations (1.2.0) dm-core (~> 1.2.0) do_postgres (0.10.8) @@ -61,14 +64,15 @@ GEM addressable (~> 2.2) multipart-post (~> 1.1) rack (~> 1.1) - fastercsv (1.5.4) + fastercsv (1.5.5) geokit (1.6.0) - json (1.6.6) - json_pure (1.6.6) - multi_json (1.0.4) + json (1.8.6) + json_pure (1.8.6) + multi_json (1.14.1) multipart-post (1.1.5) nokogiri (1.5.2) progressbar (0.12.0) + public_suffix (4.0.1) rack (1.4.1) rack-protection (1.2.0) rack @@ -86,11 +90,11 @@ GEM rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) sqlite3 (1.3.7) - stringex (1.3.2) + stringex (1.5.1) thor (0.17.0) tilt (1.3.3) tzinfo (0.3.33) - uuidtools (2.1.2) + uuidtools (2.1.5) zip (2.0.2) PLATFORMS