Skip to content

Commit

Permalink
Update dependency pgtk to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent a03fc2f commit 67a9c71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'haml', '6.3.0'
gem 'iri', '0.8.0'
gem 'loog', '0.5.1'
gem 'minitest', '5.25.1', require: false
gem 'pgtk', '0.9.6'
gem 'pgtk', '0.10.0'
gem 'rack', '3.0.9.1'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '2.1.0'
Expand Down
23 changes: 16 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ GEM
differ (0.1.2)
docile (1.4.0)
drb (2.2.1)
elapsed (0.0.1)
loog (> 0)
tago (> 0)
erubi (1.13.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -118,14 +121,19 @@ GEM
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
pgtk (0.9.6)
backtrace (~> 0.3)
loog (~> 0.2)
pg (1.5.8)
pgtk (0.10.0)
backtrace (> 0)
loog (> 0)
pg (~> 1.1)
random-port (~> 0.3)
qbash (> 0)
random-port (> 0)
psych (5.1.2)
stringio
qbash (0.0.4)
backtrace (> 0)
elapsed (> 0)
loog (> 0)
racc (1.8.1)
rack (3.0.9.1)
rack-protection (4.0.0)
Expand Down Expand Up @@ -157,7 +165,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
random-port (0.6.0)
random-port (0.7.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -241,6 +249,7 @@ GEM
rack (>= 2.2.4, < 4)
stringio (3.1.1)
strscan (3.1.0)
tago (0.0.2)
telebot (0.1.2)
faraday
faraday_middleware
Expand Down Expand Up @@ -279,7 +288,7 @@ DEPENDENCIES
iri (= 0.8.0)
loog (= 0.5.1)
minitest (= 5.25.1)
pgtk (= 0.9.6)
pgtk (= 0.10.0)
rack (= 3.0.9.1)
rack-ssl (= 1.4.1)
rack-test (= 2.1.0)
Expand Down

0 comments on commit 67a9c71

Please sign in to comment.