Skip to content

Commit

Permalink
Clean up Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Oct 23, 2012
1 parent c8613d7 commit b5cc4c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
30 changes: 1 addition & 29 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,34 +1,6 @@
source 'http://rubygems.org'
source :rubygems

gem 'rails', '3.0.5'

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

gem 'sqlite3'
gem 'haml'
gem 'swish'
gem 'httparty'

# 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 'ruby-debug19', :require => 'ruby-debug'
end
17 changes: 0 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,15 @@ GEM
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
archive-tar-minitar (0.5.2)
arel (2.0.9)
builder (2.1.2)
columnize (0.3.2)
crack (0.1.8)
erubis (2.6.6)
abstract (>= 1.0.0)
haml (3.0.25)
httparty (0.7.4)
crack (= 0.1.8)
i18n (0.5.0)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand All @@ -67,17 +63,6 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
sqlite3 (1.3.3)
swish (0.8.0)
thor (0.14.6)
treetop (1.4.9)
Expand All @@ -91,6 +76,4 @@ DEPENDENCIES
haml
httparty
rails (= 3.0.5)
ruby-debug19
sqlite3
swish

0 comments on commit b5cc4c9

Please sign in to comment.