From 72f2be8666ed1ca9461c36352c2b9479f352c155 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 10 Dec 2013 17:07:46 +0200 Subject: [PATCH] Virtus to version 1.0.1. Bye-bye backports Signed-off-by: Dmitriy Zaporozhets --- Gemfile.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4913eafff6e..9b65e2e2ffc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,6 @@ GEM axiom-types (0.0.5) descendants_tracker (~> 0.0.1) ice_nine (~> 0.9) - backports (3.3.5) bcrypt-ruby (3.1.2) better_errors (1.0.1) coderay (>= 1.0.0) @@ -84,8 +83,7 @@ GEM code_analyzer (0.4.3) sexp_processor coderay (1.1.0) - coercible (0.2.0) - backports (~> 3.0, >= 3.1.0) + coercible (1.0.0) descendants_tracker (~> 0.0.1) coffee-rails (4.0.1) coffee-script (>= 2.2.0) @@ -541,9 +539,9 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - virtus (1.0.0) + virtus (1.0.1) axiom-types (~> 0.0.5) - coercible (~> 0.2) + coercible (~> 1.0) descendants_tracker (~> 0.0.1) equalizer (~> 0.0.7) warden (1.2.3) -- GitLab