Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Bondar committed Jan 25, 2012
1 parent 71431c1 commit 19e7219
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions Gemfile.lock
@@ -1,46 +1,47 @@
PATH
remote: .
specs:
paperclip-meta (0.1)
paperclip-meta (0.3)
paperclip

GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.3)
arel (2.0.4)
builder (2.1.2)
columnize (0.3.2)
diff-lcs (1.1.2)
i18n (0.4.2)
linecache (0.43)
paperclip (2.3.6)
activerecord
activesupport
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.0)
builder (3.0.0)
cocaine (0.2.1)
diff-lcs (1.1.3)
i18n (0.6.0)
mime-types (1.17.2)
multi_json (1.0.4)
paperclip (2.5.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sqlite3-ruby (1.3.2)
tzinfo (0.3.23)
rspec-mocks (2.8.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
tzinfo (0.3.31)

PLATFORMS
ruby
Expand All @@ -50,5 +51,4 @@ DEPENDENCIES
paperclip
paperclip-meta!
rspec
ruby-debug (>= 0.10.3)
sqlite3-ruby

0 comments on commit 19e7219

Please sign in to comment.