Skip to content

Commit

Permalink
lock the gems in
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Jul 8, 2010
1 parent a87c8dd commit 3453ecc
Showing 1 changed file with 181 additions and 0 deletions.
181 changes: 181 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,181 @@
---
dependencies:
test-unit:
group:
- :test
version: = 1.2.3
rails:
group:
- :default
version: = 2.3.8
sqlite3-ruby:
group:
- :default
version: ">= 0"
require:
- sqlite3
authlogic:
group:
- :default
version: = 2.1.5
require:
- authlogic
rspec:
group:
- :test
version: ">= 0"
acts_as_indexed:
group:
- :default
version: = 0.6.2
require:
- acts_as_indexed
truncate_html:
group:
- :default
version: = 0.3.2
require:
- truncate_html
rspec-rails:
group:
- :test
version: ">= 0"
database_cleaner:
group:
- :test
version: ">= 0"
cucumber-rails:
group:
- :test
version: ">= 0"
factory_girl:
group:
- :test
version: ">= 0"
will_paginate:
group:
- :default
version: = 2.3.14
require:
- will_paginate
friendly_id:
group:
- :default
version: = 3.0.6
require:
- friendly_id
rmagick:
group:
- :default
version: ~> 2.12.2
json_pure:
group:
- :test
version: ">= 0"
require:
- json/pure
launchy:
group:
- :test
version: ">= 0"
capybara:
group:
- :test
version: ">= 0"
specs:
- rake:
version: 0.8.7
- activesupport:
version: 2.3.8
- rack:
version: 1.1.0
- actionpack:
version: 2.3.8
- actionmailer:
version: 2.3.8
- activerecord:
version: 2.3.8
- activeresource:
version: 2.3.8
- acts_as_indexed:
version: 0.6.2
source: 1
- authlogic:
version: 2.1.5
- builder:
version: 2.1.2
- culerity:
version: 0.2.10
- mime-types:
version: "1.16"
- nokogiri:
version: 1.4.2
- rack-test:
version: 0.5.4
- ffi:
version: 0.6.3
- json_pure:
version: 1.4.3
source: 0
- selenium-webdriver:
version: 0.0.24
- capybara:
version: 0.3.9
- configuration:
version: 1.1.0
- diff-lcs:
version: 1.1.2
- trollop:
version: 1.16.2
- gherkin:
version: 2.0.2
- term-ansicolor:
version: 1.0.5
- cucumber:
version: 0.8.3
- cucumber-rails:
version: 0.3.2
- database_cleaner:
version: 0.5.2
- factory_girl:
version: 1.3.1
- friendly_id:
version: 3.0.6
- rubyforge:
version: 2.0.4
- hoe:
version: 2.6.1
- launchy:
version: 0.3.5
- rails:
version: 2.3.8
- rmagick:
version: 2.12.2
- rspec:
version: 1.3.0
- rspec-rails:
version: 1.3.2
- sqlite3-ruby:
version: 1.3.0
- test-unit:
version: 1.2.3
- truncate_html:
version: 0.3.2
- will_paginate:
version: 2.3.14
hash: 8ae9fb57f8a331dcaeef16643e3c09ce6fc41b40
sources:
- Git:
uri: git://github.com/parndt/json.git
branch: master
git: git://github.com/parndt/json.git
require: json/pure
ref: 34ad345d48764f3acf87a032b3efb4b1908b7213
- Git:
uri: git://github.com/parndt/acts_as_indexed.git
branch: master
git: git://github.com/parndt/acts_as_indexed.git
require: acts_as_indexed
ref: fa5d7d831b6c6e809e16b58f6ccd8f2ab16b20f4
- Rubygems:
uri: http://gemcutter.org

0 comments on commit 3453ecc

Please sign in to comment.