Skip to content

Commit

Permalink
Add grape plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fakestarbaby committed Jul 18, 2012
1 parent 6ebd5a5 commit 4b905f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '3.2.6'

gem 'grape'
gem 'jquery-rails'
gem 'sqlite3'

Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ GEM
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
grape (0.2.1)
hashie (~> 1.2)
multi_json
multi_xml
rack
rack-mount
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
Expand All @@ -53,10 +60,13 @@ GEM
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.3.6)
multi_xml (0.5.1)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
Expand Down Expand Up @@ -104,6 +114,7 @@ PLATFORMS

DEPENDENCIES
coffee-rails (~> 3.2.1)
grape
jquery-rails
rails (= 3.2.6)
sass-rails (~> 3.2.3)
Expand Down

0 comments on commit 4b905f8

Please sign in to comment.