Skip to content

Commit

Permalink
[#1351] add json dependency to gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-pavel committed Apr 30, 2024
1 parent 001e63e commit d5a83bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rakelib/init_deps/danger/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ gem "danger-gitlab"

gem "danger-commit_lint"

# Dependencies of danger:
gem "json"
2 changes: 2 additions & 0 deletions rakelib/init_deps/danger/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -78,6 +79,7 @@ DEPENDENCIES
danger
danger-commit_lint
danger-gitlab
json

BUNDLED WITH
2.3.26
3 changes: 3 additions & 0 deletions rakelib/init_deps/fpm/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "fpm"

# Dependencies of fpm:
gem "json"
2 changes: 2 additions & 0 deletions rakelib/init_deps/fpm/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
rexml
stud
insist (1.0.0)
json (2.7.1)
mustache (0.99.8)
pleaserun (0.0.32)
cabin (> 0)
Expand All @@ -31,6 +32,7 @@ PLATFORMS

DEPENDENCIES
fpm
json

BUNDLED WITH
2.3.26

0 comments on commit d5a83bd

Please sign in to comment.