Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
john-griffin committed Mar 1, 2010
1 parent 0bce670 commit 424c569
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ db/*.sqlite3
tmp
.DS_Store
coverage
.bundle
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gem 'mechanize', '1.0.0'
gem 'compass', '0.10.0.pre8'
gem 'haml', '2.2.20'
gem "bitly", '0.4.0'
gem "rspec", '1.3.0'
gem "rspec-rails", '1.3.2'
2 changes: 0 additions & 2 deletions app/controllers/bookmarks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ def update
render :action => "edit"
end
end


end

0 comments on commit 424c569

Please sign in to comment.