From de7c0ad64121fd9edf30af3ba9a9104fa9a7763d Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Thu, 24 Nov 2016 09:19:43 +0100 Subject: [PATCH] Remove commit reference to quill-rails in Gemfile --- Gemfile | 3 +-- Gemfile.lock | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 48df8b2d7..bb0aa0741 100644 --- a/Gemfile +++ b/Gemfile @@ -60,8 +60,7 @@ gem 'delayed_job_active_record' gem 'devise-async' gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails gem 'quill-rails', # Rich text editor - git: 'https://github.com/biosistemika/quill-rails.git', - ref: 'af89d43' + git: 'https://github.com/biosistemika/quill-rails.git' group :development, :test do gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index abbc494d3..1fe1a4364 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,7 @@ GIT GIT remote: https://github.com/biosistemika/quill-rails.git - revision: af89d434aa8271efe00bbc11dcaeab9cf4fa01ca - ref: af89d43 + revision: f229c6779694f40f6facc9e969e52ca46bbe89f0 specs: quill-rails (0.1.4) railties (>= 3.1.0, < 5.0)