Skip to content

Commit

Permalink
Add git source that is one commit behind
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Oct 14, 2023
1 parent f8a38b4 commit 9ebaaff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
gem 'annotate', github: 'robbevp/annotate_models', branch: 'enhc/support-virtual-columns'
gem 'mocha', github: 'freerange/mocha'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -113,6 +120,7 @@ PLATFORMS

DEPENDENCIES
annotate!
mocha!
sentry-rails (~> 5.10)
sentry-ruby (~> 5.10)

Expand Down

0 comments on commit 9ebaaff

Please sign in to comment.