diff --git a/.ruby-version b/.ruby-version index ec1cf33..57cf282 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.3 +2.6.5 diff --git a/Gemfile.lock b/Gemfile.lock index dcdf382..c75fcb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nxt_error_registry (0.1.3) + nxt_error_registry (0.1.4) activesupport (< 6.1) rails (< 6.1) @@ -65,13 +65,13 @@ GEM zeitwerk (~> 2.2) builder (3.2.4) coderay (1.1.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.6) + crass (1.0.6) diff-lcs (1.3) erubi (1.9.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) loofah (2.4.0) crass (~> 1.0.2) @@ -81,17 +81,17 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.4) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.0) nio4r (2.5.2) - nokogiri (1.10.7) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - rack (2.0.8) + rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.2.1) @@ -145,7 +145,7 @@ GEM sprockets (>= 3.0.0) thor (1.0.1) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) @@ -164,4 +164,4 @@ DEPENDENCIES rspec_junit_formatter (~> 0.4.1) BUNDLED WITH - 2.0.1 + 2.1.4 diff --git a/lib/nxt_error_registry/version.rb b/lib/nxt_error_registry/version.rb index 04b8e0b..6efcd74 100644 --- a/lib/nxt_error_registry/version.rb +++ b/lib/nxt_error_registry/version.rb @@ -1,3 +1,3 @@ module NxtErrorRegistry - VERSION = "0.1.3".freeze + VERSION = "0.1.4".freeze end