Add Rake to Gemfile

This commit is contained in:
hakanensari 2014-03-14 11:41:00 +00:00
parent 2cf3113568
commit 5fbe9ca0e4
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source 'http://rubygems.org'
gem 'fixer'
gem 'pg'
gem 'rake'
gem 'sequel'
gem 'sinatra-jsonp'
gem 'unicorn'

View File

@ -16,6 +16,7 @@ GEM
rack-test (0.6.2)
rack (>= 1.0)
raindrops (0.11.0)
rake (10.1.1)
sequel (3.46.0)
shotgun (0.9)
rack (>= 1.0)
@ -44,6 +45,7 @@ DEPENDENCIES
minitest
pg
rack-test
rake
sequel
shotgun
sinatra-jsonp