Skip to content

Commit

Permalink
don't ignore Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lowe and Paul Elliot authored and adamlowe committed Aug 4, 2011
1 parent 407a97e commit 224bcda
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
tmp
pkg
*.gem
Gemfile.lock
44 changes: 44 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
PATH
remote: .
specs:
slurper (1.1.8)
activeresource (~> 3.0.9)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
archive-tar-minitar (0.5.2)
builder (2.1.2)
columnize (0.3.4)
configuration (1.2.0)
i18n (0.5.0)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
rspec (1.3.0)
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)

PLATFORMS
ruby

DEPENDENCIES
configuration (~> 1.2.0)
rspec (~> 1.3.0)
ruby-debug19 (~> 0.11.6)
slurper!

0 comments on commit 224bcda

Please sign in to comment.