Skip to content

Commit 12310d0

Browse files
Update Gemfile to bring the bew metasploit-model gem in
1 parent 34fc27d commit 12310d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--health-retries 5
4444
4545
strategy:
46-
fail-fast: false
46+
fail-fast: true
4747
matrix:
4848
ruby:
4949
- '2.7'

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in metasploit_data_models.gemspec
44
gemspec
55

6-
gem 'metasploit-model', git: 'https://github.com/cdelafuente-r7/metasploit-model', branch: 'feat/model/search/operation/jsonb'
7-
86
group :development do
97
#gem 'metasploit-erd'
108
# embed ERDs on index, namespace Module and Class<ApplicationRecord> pages

0 commit comments

Comments
 (0)