diff --git a/Gemfile.lock b/Gemfile.lock index 8378a54ce..4a2eca5a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) ast (2.4.0) @@ -120,7 +120,7 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.1104) - mini_portile2 (2.5.3) + mini_portile2 (2.7.1) minitest (5.14.4) msgpack (1.3.1) multi_json (1.15.0) @@ -129,8 +129,8 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.1) + mini_portile2 (~> 2.7.0) racc (~> 1.4) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) @@ -147,8 +147,8 @@ GEM pry-byebug (3.7.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (4.0.1) - racc (1.5.2) + public_suffix (4.0.6) + racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack diff --git a/lib/version.rb b/lib/version.rb index e44c4cd5d..2100612ea 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Inferno - VERSION = '2.13.0' + VERSION = '2.14.0' end