Skip to content

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdurtschi committed Aug 30, 2010
1 parent 8f4b045 commit 1bd0260
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source :rubygems

gem "sanitize", "~>1.2.0"

group :test do
gem "rspec", "~>1.3.0"
gem "rack-test", "~>0.5.4"
gem "sinatra", "~>1.0"
gem "activesupport", "~>3.0.0.rc2"
end
23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.0.rc2)
nokogiri (1.4.3.1)
rack (1.2.1)
rack-test (0.5.4)
rack (>= 1.0)
rspec (1.3.0)
sanitize (1.2.0)
nokogiri (~> 1.4.1)
sinatra (1.0)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.0.0.rc2)
rack-test (~> 0.5.4)
rspec (~> 1.3.0)
sanitize (~> 1.2.0)
sinatra (~> 1.0)

0 comments on commit 1bd0260

Please sign in to comment.