Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
42 changes: 27 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,7 +58,7 @@ PLATFORMS
DEPENDENCIES
code_manifest!
debug
rake (~> 13.0)
rake (~> 13.4)
rspec

BUNDLED WITH
Expand Down
Loading