Skip to content

Commit

Permalink
Update some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
notahat committed Jun 21, 2011
1 parent f52fb87 commit 444e06e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Gemfile.lock
Expand Up @@ -6,32 +6,32 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.4)
activesupport (= 3.0.4)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
arel (~> 2.0.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.4)
arel (2.0.8)
activesupport (3.0.9)
arel (2.0.10)
builder (2.1.2)
diff-lcs (1.1.2)
i18n (0.5.0)
mysql (2.8.1)
rake (0.8.7)
rake (0.9.2)
rcov (0.9.9)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
tzinfo (0.3.24)
rspec-mocks (2.6.0)
tzinfo (0.3.28)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion machinist.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "mysql"
s.add_development_dependency "rake"
s.add_development_dependency "rcov"
s.add_development_dependency "rspec", ">= 2.0.0.beta.12"
s.add_development_dependency "rspec"
end

0 comments on commit 444e06e

Please sign in to comment.