diff --git a/Gemfile b/Gemfile index 5bfbb1e..0550093 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" # Specify your gem's dependencies in code_manifest.gemspec gemspec -gem "rake", "~> 13.0" +gem "rake", "~> 13.4" diff --git a/Gemfile.lock b/Gemfile.lock index deae245..ffbc483 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,35 +7,47 @@ PATH GEM remote: https://rubygems.org/ specs: - debug (1.9.2) + date (3.5.1) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - diff-lcs (1.5.1) - io-console (0.7.2) - irb (1.14.0) + diff-lcs (1.6.2) + erb (6.0.4) + io-console (0.8.2) + irb (1.18.0) + pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - psych (5.1.2) + pp (0.6.4) + prettyprint + prettyprint (0.2.0) + prism (1.9.0) + psych (5.4.0) + date stringio - rake (13.2.1) - rdoc (6.7.0) + rake (13.4.2) + rdoc (7.2.0) + erb psych (>= 4.0.0) - reline (0.5.10) + tsort + reline (0.6.3) io-console (~> 0.5) - rspec (3.13.0) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.6) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - stringio (3.1.1) + rspec-support (3.13.7) + stringio (3.2.0) + tsort (0.2.0) PLATFORMS arm64-darwin-21 @@ -46,7 +58,7 @@ PLATFORMS DEPENDENCIES code_manifest! debug - rake (~> 13.0) + rake (~> 13.4) rspec BUNDLED WITH