diff --git a/Gemfile b/Gemfile index a88f281a..15ed051b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rake' +gem 'rake', '>= 12.3.3' gem 'rest-client' group :scripts do diff --git a/Gemfile.lock b/Gemfile.lock index acab6ddc..8fc4259f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM rack (1.6.12) rack-protection (1.5.5) rack - rake (11.2.2) + rake (13.0.1) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) @@ -127,7 +127,7 @@ DEPENDENCIES ios-sim-test! json pusher - rake + rake (>= 12.3.3) rest-client sinatra thin @@ -136,4 +136,4 @@ DEPENDENCIES xcodeproj BUNDLED WITH - 1.13.6 + 1.17.3