Commit a0c73149 authored by Terence Lee's avatar Terence Lee

add rake to Gemfile

parent d70f6135
source "https://rubygems.org" source "https://rubygems.org"
group :development do group :development do
gem "rake"
gem "docker-api" gem "docker-api"
gem "rspec" gem "rspec"
gem "concurrent-ruby" gem "concurrent-ruby"
......
...@@ -9,6 +9,7 @@ GEM ...@@ -9,6 +9,7 @@ GEM
json json
excon (0.45.3) excon (0.45.3)
json (1.8.2) json (1.8.2)
rake (10.4.0)
ref (1.0.5) ref (1.0.5)
rspec (3.2.0) rspec (3.2.0)
rspec-core (~> 3.2.0) rspec-core (~> 3.2.0)
...@@ -30,6 +31,7 @@ PLATFORMS ...@@ -30,6 +31,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
concurrent-ruby concurrent-ruby
docker-api docker-api
rake
rspec rspec
BUNDLED WITH BUNDLED WITH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment