Skip to content

Commit

Permalink
Bump ka-ching-client in the patch-and-minor-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 1 update: [ka-ching-client](https://github.com/simonneutert/ka-ching-client).


Updates `ka-ching-client` from 0.6.0 to 0.6.1
- [Changelog](https://github.com/simonneutert/ka-ching-client/blob/main/CHANGELOG.md)
- [Commits](simonneutert/ka-ching-client@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: ka-ching-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 1f6f165 commit 372ae5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'bigdecimal', '~> 3.1'
gem 'ka-ching-client', '~> 0.6.0'
gem 'ka-ching-client', '~> 0.6.1'
gem 'money', '~> 6.16'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
Expand Down
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,40 @@ GEM
specs:
ast (2.4.2)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
e2mmap (0.1.0)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.3.0)
net-http
htmlbeautifier (1.4.3)
http-2-next (1.0.3)
httpx (1.2.6)
http-2-next (>= 1.0.3)
http-2 (1.0.1)
httpx (1.3.1)
http-2 (>= 1.0.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.6.0)
json (2.7.2)
ka-ching-client (0.6.0)
faraday (>= 2.7.10, < 2.9.0)
httpx (>= 0.22.4, < 1.3.0)
ka-ching-client (0.6.1)
faraday (>= 2.7.10, < 2.12.0)
httpx (>= 1.0.0, < 1.4.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
mini_portile2 (2.8.7)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
net-http (0.4.1)
uri
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -83,7 +85,6 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
Expand All @@ -103,6 +104,7 @@ GEM
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.1)
yard (0.9.37)

Expand All @@ -114,7 +116,7 @@ PLATFORMS
DEPENDENCIES
bigdecimal (~> 3.1)
htmlbeautifier (~> 1.4)
ka-ching-client (~> 0.6.0)
ka-ching-client (~> 0.6.1)
money (~> 6.16)
pry (~> 0.14.2)
puma (~> 6.4)
Expand Down

0 comments on commit 372ae5b

Please sign in to comment.