Skip to content

Commit

Permalink
Added dev and test blocks to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Apr 17, 2011
1 parent 61e9c9c commit 11b6be9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
34 changes: 6 additions & 28 deletions Gemfile
@@ -1,33 +1,11 @@
source 'http://rubygems.org'

gem 'rails', '3.0.6'

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

gem 'sqlite3'
gem 'rspec-rails'
gem 'jquery-rails'

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19', :require => 'ruby-debug'

# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end
group :development, :test do
gem 'rspec-rails'
gem 'jquery-rails'
gem 'heroku'
gem 'unicorn'
end
15 changes: 15 additions & 0 deletions Gemfile.lock
Expand Up @@ -30,13 +30,21 @@ GEM
activesupport (3.0.6)
arel (2.0.9)
builder (2.1.2)
configuration (1.2.0)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
heroku (1.20.1)
launchy (~> 0.3.2)
rest-client (>= 1.4.0, < 1.7.0)
i18n (0.5.0)
jquery-rails (0.2.7)
rails (~> 3.0)
thor (~> 0.14.4)
kgio (2.3.3)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.16)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand All @@ -63,6 +71,8 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand All @@ -81,12 +91,17 @@ GEM
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.26)
unicorn (3.5.0)
kgio (~> 2.3)
rack

PLATFORMS
ruby

DEPENDENCIES
heroku
jquery-rails
rails (= 3.0.6)
rspec-rails
sqlite3
unicorn

0 comments on commit 11b6be9

Please sign in to comment.