diff --git a/Gemfile.lock b/Gemfile.lock index 033d874..c09cb10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oas_parser (0.23.0) + oas_parser (0.25.0) activesupport (>= 4.0.0) addressable (~> 2.3) builder (~> 3.2.3) @@ -13,7 +13,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.2.1) + activesupport (6.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -23,7 +23,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) builder (3.2.4) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) deep_merge (1.2.1) diff-lcs (1.3) docile (1.1.5) @@ -62,7 +62,7 @@ GEM hansi (~> 0.2.0) mustermann (= 1.1.1) nenv (0.3.0) - nokogiri (1.10.8) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) @@ -70,7 +70,7 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (4.0.3) + public_suffix (4.0.4) rake (13.0.1) rb-fsevent (0.10.3) rb-inotify (0.9.10) @@ -100,9 +100,9 @@ GEM simplecov-html (0.10.2) thor (0.20.3) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) - zeitwerk (2.2.2) + zeitwerk (2.3.0) PLATFORMS ruby diff --git a/lib/oas_parser/version.rb b/lib/oas_parser/version.rb index a6e8503..1aa7b13 100644 --- a/lib/oas_parser/version.rb +++ b/lib/oas_parser/version.rb @@ -1,3 +1,3 @@ module OasParser - VERSION = '0.23.0'.freeze + VERSION = '0.25.0'.freeze end