diff --git a/Gemfile.lock b/Gemfile.lock index 200f2e6..39bab5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resol (0.7.0) + resol (0.7.1) smart_initializer (~> 0.7) GEM @@ -27,12 +27,12 @@ GEM diff-lcs (1.4.4) docile (1.4.0) dry-inflector (0.2.1) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.14.4) parallel (1.21.0) - parser (3.0.2.0) + parser (3.0.3.1) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) @@ -41,7 +41,7 @@ GEM rack (2.2.3) rainbow (3.0.0) rake (13.0.6) - regexp_parser (2.1.1) + regexp_parser (2.2.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -55,7 +55,7 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (3.10.3) rubocop (1.17.0) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -65,7 +65,7 @@ GEM rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.11.0) + rubocop-ast (1.14.0) parser (>= 3.0.1.1) rubocop-config-umbrellio (1.17.0.53) rubocop (= 1.17.0) @@ -89,7 +89,7 @@ GEM rubocop-sequel (0.2.0) rubocop (~> 1.0) ruby-progressbar (1.11.0) - sequel (5.48.0) + sequel (5.51.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -98,11 +98,11 @@ GEM simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.3) smart_engine (0.11.0) - smart_initializer (0.7.0) + smart_initializer (0.8.0) qonfig (~> 0.24) smart_engine (~> 0.11) smart_types (~> 0.4) - smart_types (0.6.0) + smart_types (0.7.0) smart_engine (~> 0.11) symbiont-ruby (0.7.0) thor (1.1.0) @@ -112,11 +112,12 @@ GEM sequel symbiont-ruby unicode-display_width (2.1.0) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS x86_64-darwin-19 x86_64-darwin-20 + x86_64-darwin-21 x86_64-linux DEPENDENCIES @@ -131,4 +132,4 @@ DEPENDENCIES simplecov-lcov BUNDLED WITH - 2.2.21 + 2.2.31 diff --git a/lib/resol/version.rb b/lib/resol/version.rb index 4802cb5..8b25d4e 100644 --- a/lib/resol/version.rb +++ b/lib/resol/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Resol - VERSION = "0.7.0" + VERSION = "0.7.1" end