Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
add gem for rails panel
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolish committed Apr 12, 2013
1 parent bb21709 commit 7f88036
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Expand Up @@ -21,9 +21,13 @@ gem 'foreman'
gem 'bootstrap-sass', '~> 2.3.0'
gem "rspec-rails" # => cannot be in test group because it breaks rake on heroku

group :development, :test do
gem "nifty-generators"
group :development do
gem 'meta_request'
gem 'localtunnel'
gem "nifty-generators"
end

group :development, :test do
gem 'sqlite3'
gem 'factory_girl_rails'
gem 'thin'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -117,6 +117,9 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_request (0.2.3)
rack-contrib
railties
method_source (0.8.1)
mime-types (1.21)
multi_json (1.7.2)
Expand Down Expand Up @@ -144,6 +147,8 @@ GEM
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
Expand Down Expand Up @@ -263,6 +268,7 @@ DEPENDENCIES
jquery-rails
launchy
localtunnel
meta_request
newrelic_rpm
nifty-generators
nokogiri
Expand Down

0 comments on commit 7f88036

Please sign in to comment.