Skip to content

Commit

Permalink
Use bundler for Gem management
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Sep 1, 2010
1 parent af20ba7 commit ca63ee2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
@@ -1,2 +1,7 @@
.DS_Store
*.swp
pkg/
.bundle/*
tmp
pkg
*.gem
Gemfile.lock
7 changes: 7 additions & 0 deletions Gemfile
@@ -0,0 +1,7 @@
source :rubygems

gem "activeresource", "3.0.0"

group :development do
gem "rspec", "1.3.0"
end

0 comments on commit ca63ee2

Please sign in to comment.