From 9ebaaffa63344bdddd131f5bb4d4fc9d6cf881b8 Mon Sep 17 00:00:00 2001 From: Robbe Van Petegem Date: Sat, 14 Oct 2023 17:02:05 +0200 Subject: [PATCH] Add git source that is one commit behind --- Gemfile | 3 ++- Gemfile.lock | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6293079..e3186e2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ gem 'sentry-rails', '~> 5.10' gem 'sentry-ruby', '~> 5.10' # Add a gem from a git source -gem 'annotate', github: 'robbevp/annotate_models', branch: 'enhc/support-virtual-columns' \ No newline at end of file +gem 'annotate', github: 'robbevp/annotate_models', branch: 'enhc/support-virtual-columns' +gem 'mocha', github: 'freerange/mocha' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 0f39bce..a7df585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/freerange/mocha.git + revision: f65a74727497d74787aad8cb3ea0212e76a48acc + specs: + mocha (2.1.0) + ruby2_keywords (>= 0.0.5) + GIT remote: https://github.com/robbevp/annotate_models.git revision: 099acde2ff0c1b7e64f70c996a77f907ee1121be @@ -113,6 +120,7 @@ PLATFORMS DEPENDENCIES annotate! + mocha! sentry-rails (~> 5.10) sentry-ruby (~> 5.10)