Skip to content

Bump rake from 10.1.0 to 13.0.1 in /vnet #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 vnet/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'pio'

group :development, :test do
# Rake's version required was added to make OpenVNet run on Ubuntu 14.04
gem "rake", "10.1.0"
gem "rake", "13.0.1"
gem "rspec"
gem "rack-test"
gem "fabrication", '2.9.8' # Updating to 2.13.2 broke the unit tests.
Expand Down
4 changes: 2 additions & 2 deletions vnet/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ GEM
rack (>= 1.0, < 3)
rainbow (3.0.0)
raindrops (0.19.0)
rake (10.1.0)
rake (13.0.1)
redis (4.0.2)
redis-namespace (1.6.0)
redis (>= 3.0.4)
Expand Down Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
rack-cors
rack-test
racket (>= 1.0.12)!
rake (= 10.1.0)
rake (= 13.0.1)
rant (>= 0.5.9)!
rspec
rubocop
Expand Down