diff --git a/Gemfile.lock b/Gemfile.lock index a2a08b0..819b87a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pg_online_schema_change (0.9.8) + pg_online_schema_change (0.9.9) ougai (~> 2.0.0) pg (>= 1.3.2, < 1.6.0) pg_query (>= 2.1.3, < 4.3.0) @@ -12,11 +12,15 @@ GEM specs: abbrev (0.1.2) ast (2.4.2) - bigdecimal (3.1.5) + bigdecimal (3.1.8) coderay (1.1.3) diff-lcs (1.5.1) - google-protobuf (3.25.5-arm64-darwin) - google-protobuf (3.25.5-x86_64-linux) + google-protobuf (4.28.2-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-linux) + bigdecimal + rake (>= 13) haml (6.3.0) temple (>= 0.8.2) thor @@ -24,8 +28,10 @@ GEM json (2.7.1) language_server-protocol (3.17.0.3) method_source (1.0.0) - oj (3.16.3) + oj (3.16.6) bigdecimal (>= 3.0) + ostruct (>= 0.2) + ostruct (0.6.0) ougai (2.0.0) oj (~> 3.10) parallel (1.24.0) diff --git a/lib/pg_online_schema_change/version.rb b/lib/pg_online_schema_change/version.rb index bfa3bbc..9fe9a21 100644 --- a/lib/pg_online_schema_change/version.rb +++ b/lib/pg_online_schema_change/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PgOnlineSchemaChange - VERSION = "0.9.8" + VERSION = "0.9.9" end