diff --git a/Gemfile b/Gemfile index ca598b7..272747d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'activesupport', '~> 7.1' + gem 'activesupport', '~> 7.2' gem 'minitest', '~> 5.21' gem 'pry', '~> 0.14.1' gem 'pry-byebug', '~> 3.9' diff --git a/Gemfile.lock b/Gemfile.lock index b0847e4..f3ff38f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,38 +6,38 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (0.4.5) rexml docile (1.4.0) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) hashdiff (1.1.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.1) language_server-protocol (3.17.0.3) + logger (1.6.0) method_source (1.0.0) minitest (5.21.2) - mutex_m (0.2.0) parallel (1.24.0) parser (3.3.0.5) ast (~> 2.4.1) @@ -76,7 +76,7 @@ GEM rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -96,7 +96,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.1) + activesupport (~> 7.2) datacite-client! minitest (~> 5.21) pry (~> 0.14.1)