diff --git a/Gemfile b/Gemfile index 534fb65db..7b479969f 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index e334b3bfb..0f240806e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ 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) @@ -11,13 +11,13 @@ GEM 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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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)