Skip to content

Commit

Permalink
Bump rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Jan 5, 2021
1 parent 1e8f1b1 commit 123ea48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'curses', '~> 1.4.0'

group :test do
gem 'rake', '~> 13.0.1'
gem 'rake', '~> 13.0.3'
gem 'rspec', '~> 3.10.0'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
curses (1.4.0)
diff-lcs (1.4.4)
rake (13.0.1)
rake (13.0.3)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -23,7 +23,7 @@ PLATFORMS

DEPENDENCIES
curses (~> 1.4.0)
rake (~> 13.0.1)
rake (~> 13.0.3)
rspec (~> 3.10.0)

BUNDLED WITH
Expand Down

0 comments on commit 123ea48

Please sign in to comment.