diff --git a/Gemfile.lock b/Gemfile.lock index 7187f66..457872a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,18 @@ PATH remote: . specs: - tcmb_exchange (0.5.0) + tcmb_exchange (0.7.0) nokogiri (~> 1.10, >= 1.10.8) GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.5.0) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + mini_portile2 (2.8.0) + nokogiri (1.13.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - racc (1.5.2) - rake (13.0.1) + racc (1.6.0) + rake (13.0.6) PLATFORMS ruby @@ -23,4 +23,4 @@ DEPENDENCIES tcmb_exchange! BUNDLED WITH - 2.1.4 + 2.3.7 diff --git a/lib/tcmb_exchange/version.rb b/lib/tcmb_exchange/version.rb index ab3feaa..0e1e8ca 100644 --- a/lib/tcmb_exchange/version.rb +++ b/lib/tcmb_exchange/version.rb @@ -1,3 +1,3 @@ module TcmbExchange - VERSION = '0.6.0'.freeze + VERSION = '0.7.0'.freeze end