Skip to content

Commit

Permalink
(maint) fix gem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyEwings committed Nov 18, 2024
1 parent cfcc8d9 commit 2ca8759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Gemfile:
optional:
":development":
- gem: github_changelog_generator
- gem: 'octokit'
- gem: 'faraday'
version:
'= 4.21.0'
'= 1.10.3'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :development do
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "rexml", '>= 3.0.0', '< 3.2.7', require: false
gem "github_changelog_generator", require: false
gem "octokit", '= 4.21.0', require: false
gem "faraday", '= 1.10.3', require: false
end
group :development, :release_prep do
gem "puppet-strings", '~> 4.0', require: false
Expand Down

0 comments on commit 2ca8759

Please sign in to comment.