diff --git a/Gemfile.lock b/Gemfile.lock index c71b1bb..845710b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: pushmi_pullyu (2.1.4) - activesupport (>= 5, < 7.2) + activesupport (>= 5, < 8.1) bagit (~> 0.4) connection_pool (~> 2.2) daemons (~> 1.2, >= 1.2.4) @@ -18,15 +18,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4.2) + activesupport (7.1.5) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -35,6 +38,7 @@ GEM docopt (~> 0.5.0) validatable (~> 1.6) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.2.4) byebug (11.1.3) @@ -111,8 +115,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) minitar (0.12.1) - minitest (5.25.1) - mutex_m (0.2.0) + minitest (5.25.2) + mutex_m (0.3.0) nap (1.1.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) @@ -196,6 +200,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) scanf (1.0.0) + securerandom (0.3.2) sparql (3.2.6) builder (~> 3.2, >= 3.2.4) ebnf (~> 2.3, >= 2.3.5) diff --git a/pushmi_pullyu.gemspec b/pushmi_pullyu.gemspec index fab65a5..79a1b89 100644 --- a/pushmi_pullyu.gemspec +++ b/pushmi_pullyu.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7' - spec.add_dependency 'activesupport', '>= 5', '< 7.2' + spec.add_dependency 'activesupport', '>= 5', '< 8.1' spec.add_dependency 'bagit', '~> 0.4' spec.add_dependency 'connection_pool', '~> 2.2' spec.add_dependency 'daemons', '~> 1.2', '>= 1.2.4'