diff --git a/Gemfile.lock b/Gemfile.lock index afdafd1..13e7aef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,48 +7,62 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.1) - activesupport (= 6.1.7.1) - activerecord (6.1.7.1) - activemodel (= 6.1.7.1) - activesupport (= 6.1.7.1) - activesupport (6.1.7.1) + activemodel (7.1.2) + activesupport (= 7.1.2) + activerecord (7.1.2) + activemodel (= 7.1.2) + activesupport (= 7.1.2) + timeout (>= 0.4.0) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - zeitwerk (~> 2.3) - concurrent-ruby (1.1.8) + base64 (0.2.0) + bigdecimal (3.1.5) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.5.0) - i18n (1.8.9) + drb (2.2.0) + ruby2_keywords + i18n (1.14.1) concurrent-ruby (~> 1.0) - minitest (5.14.4) - rake (13.0.1) + mini_portile2 (2.8.5) + minitest (5.20.0) + mutex_m (0.2.0) + rake (13.1.0) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.0) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) - sqlite3 (1.4.2) - tzinfo (2.0.4) + rspec-support (3.12.1) + ruby2_keywords (0.0.5) + sqlite3 (1.6.9) + mini_portile2 (~> 2.8.0) + timeout (0.4.1) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - rake (~> 13.0) + rake (~> 13.1) rspec (~> 3.12) - sqlite3 (~> 1.4) + sqlite3 (~> 1.6) tidus! BUNDLED WITH diff --git a/tidus.gemspec b/tidus.gemspec index 389890b..d497c58 100644 --- a/tidus.gemspec +++ b/tidus.gemspec @@ -19,9 +19,9 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_development_dependency "rake", "~> 13.0" + spec.add_development_dependency "rake", "~> 13.1" spec.add_development_dependency "rspec", "~> 3.12" - spec.add_development_dependency "sqlite3", "~> 1.4" + spec.add_development_dependency "sqlite3", "~> 1.6" spec.add_dependency "activerecord", ">= 5.2" end