Skip to content

Commit

Permalink
[SUPP 1135] JSON/Heroku dpl errors (#1285)
Browse files Browse the repository at this point in the history
* fix: add missing dependency

* chore: bump version
  • Loading branch information
DominikAlberski authored Aug 1, 2024
1 parent 6ab6bbb commit 117f2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/dpl/providers/heroku.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Heroku < Provider
abstract

gem 'faraday', '~> 1'
gem 'json'
gem 'netrc', '~> 0.11.0'
gem 'rendezvous', '~> 0.1.3'

Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dpl
VERSION = '2.0.5.beta'
VERSION = '2.0.5.beta.1'
end

0 comments on commit 117f2a8

Please sign in to comment.