Skip to content

Commit

Permalink
pin ka-ching-client to v0.6.0 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Sep 6, 2024
1 parent 4078b02 commit 5538604
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 38 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', git: 'https://github.com/simonneutert/ka-ching-client.git', branch: 'main'
gem 'ka-ching-client', '~> 0.6.0'
gem 'money', '~> 6.16'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
Expand Down
68 changes: 31 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,77 +1,71 @@
GIT
remote: https://github.com/simonneutert/ka-ching-client.git
revision: 0bf1781523f529cb32fdbb14362d5a61de98b496
branch: main
specs:
ka-ching-client (0.6.0)
faraday (>= 2.7.10, < 2.9.0)
httpx (>= 0.22.4, < 1.3.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
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)
htmlbeautifier (1.4.2)
htmlbeautifier (1.4.3)
http-2-next (1.0.3)
httpx (1.2.6)
http-2-next (>= 1.0.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.6)
json (2.7.1)
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)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.5)
money (6.16.0)
method_source (1.1.0)
mini_portile2 (2.8.7)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
nio4r (2.7.0)
nokogiri (1.16.2)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
racc (1.8.1)
rack (3.1.7)
rack-unreloader (2.1.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
roda (3.76.0)
rexml (3.3.7)
roda (3.83.0)
rack
rubocop (1.60.2)
json (~> 2.3)
Expand All @@ -84,8 +78,8 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand All @@ -107,11 +101,11 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
thor (1.3.0)
tilt (2.3.0)
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
yard (0.9.34)
yard (0.9.37)

PLATFORMS
arm64-darwin-22
Expand All @@ -121,7 +115,7 @@ PLATFORMS
DEPENDENCIES
bigdecimal (~> 3.1)
htmlbeautifier (~> 1.4)
ka-ching-client!
ka-ching-client (~> 0.6.0)
money (~> 6.16)
pry (~> 0.14.2)
puma (~> 6.4)
Expand Down

0 comments on commit 5538604

Please sign in to comment.