Skip to content

Commit

Permalink
fixes for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Jun 26, 2024
1 parent 2decb4b commit 9e965f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ansi (1.5.0)
ast (2.4.2)
backport (1.2.0)
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
minitest (5.23.1)
minitest (5.24.0)
minitest-reporters (1.7.1)
ansi
builder
Expand All @@ -58,15 +58,15 @@ GEM
parser (3.3.3.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
public_suffix (6.0.0)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.0)
rexml (3.3.1)
strscan
rubocop (1.64.1)
json (~> 2.3)
Expand Down Expand Up @@ -110,6 +110,7 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
blnk!
Expand Down
2 changes: 2 additions & 0 deletions lib/blnk/ledger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def self.create(*)
end

def save
return self if ledger_id

response = post_request(path: '/ledgers', body: body_data)
return response unless response.status.success?

Expand Down

0 comments on commit 9e965f2

Please sign in to comment.