From 886dd5aeb21750ac377cd56fca5d2991c1fb0cd8 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 12 Jun 2017 10:19:27 +0300
Subject: [PATCH] Resolve conflicts in Gemfile.lock and db/schema.rb

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 Gemfile.lock | 6 +-----
 db/schema.rb | 5 -----
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index a6df760e4ee4..fb2656c5d1e7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -952,12 +952,8 @@ DEPENDENCIES
   email_reply_trimmer (~> 0.1)
   email_spec (~> 1.6.0)
   factory_girl_rails (~> 4.7.0)
-<<<<<<< HEAD
-  faraday (~> 0.11.0)
-  faraday_middleware-aws-signers-v4
-=======
   faraday (~> 0.12)
->>>>>>> ce-com/master
+  faraday_middleware-aws-signers-v4
   ffaker (~> 2.4)
   flay (~> 2.8.0)
   flipper (~> 0.10.2)
diff --git a/db/schema.rb b/db/schema.rb
index 408099a2885a..a3f6542d5a17 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,12 +11,7 @@
 #
 # It's strongly recommended that you check this file into your version control system.
 
-<<<<<<< HEAD
-ActiveRecord::Schema.define(version: 20170603200744) do
-
-=======
 ActiveRecord::Schema.define(version: 20170606202615) do
->>>>>>> ce-com/master
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"
   enable_extension "pg_trgm"
-- 
GitLab