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 806390c commit a3661ae
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 @@ -28,7 +28,7 @@ gem 'iri', '0.8.0'
gem 'loog', '0.5.1'
gem 'minitest', '5.21.2', require: false
gem 'minitest-reporters', '1.6.1', require: false
gem 'pgtk', '0.9.2'
gem 'pgtk', '0.10.0'
gem 'rack', '2.2.8.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.12.0)
eslintrb (2.1.0)
execjs
Expand Down Expand Up @@ -134,14 +137,19 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.6)
pgtk (0.9.2)
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.7.3)
rack (2.2.8.1)
rack-protection (3.2.0)
Expand Down Expand Up @@ -173,7 +181,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
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 @@ -259,6 +267,7 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
stringio (3.1.0)
tago (0.0.2)
telebot (0.1.2)
faraday
faraday_middleware
Expand Down Expand Up @@ -302,7 +311,7 @@ DEPENDENCIES
loog (= 0.5.1)
minitest (= 5.21.2)
minitest-reporters (= 1.6.1)
pgtk (= 0.9.2)
pgtk (= 0.10.0)
rack (= 2.2.8.1)
rack-ssl (= 1.4.1)
rack-test (= 2.1.0)
Expand Down

0 comments on commit a3661ae

Please sign in to comment.