From e35503ed46c6ba595c5d1d671306ceffca6c3172 Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 25 Apr 2022 14:41:39 +0200 Subject: [PATCH] Bump seri version --- Gemfile.lock | 18 +++++++++--------- lib/serializer/version.rb | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae17225..ddc5423 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seri (2.0.8) + seri (2.0.9) oj (~> 3.7) GEM @@ -12,15 +12,15 @@ GEM diff-lcs (1.5.0) method_source (1.0.0) oj (3.13.11) - parallel (1.20.1) - parser (3.0.3.2) + parallel (1.22.1) + parser (3.1.2.0) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.3.1) rexml (3.2.5) rspec (3.11.0) rspec-core (~> 3.11.0) @@ -31,7 +31,7 @@ GEM rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-mocks (3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) @@ -44,8 +44,8 @@ GEM rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.17.0) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) unicode-display_width (1.8.0) @@ -61,4 +61,4 @@ DEPENDENCIES seri! BUNDLED WITH - 2.2.26 + 2.3.10 diff --git a/lib/serializer/version.rb b/lib/serializer/version.rb index ac16fa4..df70c3b 100644 --- a/lib/serializer/version.rb +++ b/lib/serializer/version.rb @@ -1,5 +1,5 @@ module Seri class Serializer - VERSION = '2.0.8'.freeze + VERSION = '2.0.9'.freeze end end