diff --git a/Gemfile.lock b/Gemfile.lock index 18e0ac4..61619fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,59 +9,79 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) + activesupport (7.1.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - ast (2.4.1) + ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.6) byebug (11.1.3) - concurrent-ruby (1.1.10) - diff-lcs (1.3) - dry-configurable (0.15.0) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) + diff-lcs (1.5.1) + drb (2.2.0) + ruby2_keywords + dry-configurable (1.1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-core (1.0.1) concurrent-ruby (~> 1.0) - dry-core (~> 0.6) - dry-core (0.8.1) + zeitwerk (~> 2.6) + i18n (1.14.1) concurrent-ruby (~> 1.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - minitest (5.16.2) - parallel (1.19.2) - parser (2.7.1.4) + json (2.7.1) + language_server-protocol (3.17.0.3) + minitest (5.22.2) + mutex_m (0.2.0) + parallel (1.24.0) + parser (3.3.0.5) ast (~> 2.4.1) - rainbow (3.0.0) - rake (13.0.1) - regexp_parser (1.7.1) - rexml (3.2.5) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + racc + racc (1.7.3) + rainbow (3.1.1) + rake (13.1.0) + regexp_parser (2.9.0) + rexml (3.2.6) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.0) - rubocop (0.87.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) + rubocop (1.60.2) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) - rexml - rubocop-ast (>= 0.1.0, < 1.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.1.0) - parser (>= 2.7.0.1) - ruby-progressbar (1.10.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.13.0) + ruby2_keywords (0.0.5) slack_hook (0.1.2) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (1.7.0) + unicode-display_width (2.5.0) + zeitwerk (2.6.13) PLATFORMS ruby @@ -75,4 +95,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 2.3.19 + 2.4.19 diff --git a/lib/query_track/version.rb b/lib/query_track/version.rb index f14ffc9..eef3073 100644 --- a/lib/query_track/version.rb +++ b/lib/query_track/version.rb @@ -1,3 +1,3 @@ module QueryTrack - VERSION = '0.0.12' + VERSION = '0.0.13' end