Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 19:07:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 19:07:46 +0400
commit72f2be8666ed1ca9461c36352c2b9479f352c155 (patch)
treed96e4169e217caae4f0db20f507b1746515eff9c /Gemfile.lock
parentbbd8525d75d6dba4dd6f5dc996073e61f47e43dc (diff)
Virtus to version 1.0.1. Bye-bye backports
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files 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)