Skip to content

Commit

Permalink
pgtk 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 19, 2024
1 parent 1a4eb45 commit 9d07134
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.7.0'
gem 'loog', '0.5.1'
gem 'minitest', '5.20.0', require: false
gem 'pgtk', '0.9.0'
gem 'pgtk', '0.9.2'
gem 'rack', '2.2.8'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '2.1.0'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
actionpack (7.1.3)
actionview (= 7.1.3)
activesupport (= 7.1.3)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.2)
activesupport (= 7.1.2)
actionview (7.1.3)
activesupport (= 7.1.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -35,7 +35,7 @@ GEM
backtrace (0.4.0)
base58 (0.2.3)
base64 (0.2.0)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
builder (3.2.4)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.7.1)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.4.2)
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
pgtk (0.9.0)
pgtk (0.9.2)
backtrace (~> 0.3)
loog (~> 0.2)
pg (~> 1.1)
Expand All @@ -147,9 +147,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
railties (7.1.3)
actionpack (= 7.1.3)
activesupport (= 7.1.3)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
iri (= 0.7.0)
loog (= 0.5.1)
minitest (= 5.20.0)
pgtk (= 0.9.0)
pgtk (= 0.9.2)
rack (= 2.2.8)
rack-ssl (= 1.4.1)
rack-test (= 2.1.0)
Expand Down

0 comments on commit 9d07134

Please sign in to comment.