diff --git a/Gemfile b/Gemfile index c53a146..e314d34 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '~> 6.0.6' +gem 'activesupport', '~> 6.1.7' gem 'dotenv', '~> 2.2.0' gem 'FlightXML2RESTDriver', '~> 0.1.0' gem 'nokogiri', '~> 1.13.6' diff --git a/Gemfile.lock b/Gemfile.lock index 20e3f25..c410d54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: FlightXML2RESTDriver (0.1.6) - activesupport (6.0.6.1) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) byebug (9.0.6) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) dotenv (2.2.1) @@ -21,7 +21,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.8.0) - minitest (5.17.0) + minitest (5.18.0) netrc (0.11.0) nokogiri (1.13.6) mini_portile2 (~> 2.8.0) @@ -32,20 +32,19 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - thread_safe (0.3.6) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.4) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS ruby DEPENDENCIES FlightXML2RESTDriver (~> 0.1.0) - activesupport (~> 6.0.6) + activesupport (~> 6.1.7) byebug (~> 9.0.0) dotenv (~> 2.2.0) nokogiri (~> 1.13.6)