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

Commit

Permalink
Add a few dependencies, clean up the Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nz committed Jun 3, 2011
1 parent 6e23064 commit 5f7c084
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
17 changes: 3 additions & 14 deletions Gemfile
Expand Up @@ -2,25 +2,14 @@ source 'http://rubygems.org'

gem 'rails', '3.1.0.rc1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'

# Asset template engines
gem 'json'
gem 'sass'
gem 'coffee-script'
gem 'uglifier'

gem 'jquery-rails'
gem 'pjax-rails'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

# Everything else
gem 'rsolr'
8 changes: 6 additions & 2 deletions Gemfile.lock
Expand Up @@ -53,6 +53,8 @@ GEM
treetop (~> 1.4.8)
mime-types (1.16)
multi_json (1.0.3)
pjax-rails (0.1.4)
jquery-rails
polyglot (0.3.1)
rack (1.3.0)
rack-cache (1.0.2)
Expand All @@ -78,12 +80,13 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.6)
rake (0.9.1)
rsolr (0.12.1)
builder (>= 2.1.2)
sass (3.1.2)
sprockets (2.0.0.beta.9)
hike (~> 1.0)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.3)
thor (0.14.6)
tilt (1.3.2)
treetop (1.4.9)
Expand All @@ -100,7 +103,8 @@ DEPENDENCIES
coffee-script
jquery-rails
json
pjax-rails
rails (= 3.1.0.rc1)
rsolr
sass
sqlite3
uglifier

0 comments on commit 5f7c084

Please sign in to comment.