mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Added Sinatra to the Gemfile
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -3,3 +3,4 @@ source "http://rubygems.org"
|
||||
gem "rake"
|
||||
gem "uispecrunner", ">= 0.4.0"
|
||||
gem "bundler", "~> 1.0.0"
|
||||
gem "sinatra", ">= 1.2.0"
|
||||
@@ -2,7 +2,12 @@ GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
open4 (1.0.1)
|
||||
rack (1.2.1)
|
||||
rake (0.8.7)
|
||||
sinatra (1.2.0)
|
||||
rack (~> 1.1)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
tilt (1.2.2)
|
||||
uispecrunner (0.4.0)
|
||||
open4 (= 1.0.1)
|
||||
|
||||
@@ -12,6 +17,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
bundler (~> 1.0.0)
|
||||
rake
|
||||
sinatra (>= 1.2.0)
|
||||
uispecrunner (>= 0.4.0)
|
||||
|
||||
METADATA
|
||||
|
||||
Reference in New Issue
Block a user