Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Feb 7, 2011
1 parent 5b1f297 commit 4f65786
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
29 changes: 13 additions & 16 deletions Gemfile.lock
Expand Up @@ -7,24 +7,22 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.1)
activesupport (3.0.3)
archive-tar-minitar (0.5.2)
columnize (0.3.1)
columnize (0.3.2)
diff-lcs (1.1.2)
fakeweb (1.3.0)
i18n (0.4.1)
i18n (0.5.0)
linecache19 (0.5.11)
ruby_core_source (>= 0.1.4)
rspec (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
rspec-mocks (= 2.0.0)
rspec-core (2.0.0)
rspec-expectations (2.0.0)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
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)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
ruby-debug-base19 (0.11.24)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
Expand All @@ -40,9 +38,8 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (>= 3.0.0)
activesupport (~> 3.0.0)
fakeweb
i18n
i18n-js!
rspec (>= 2.0.0)
rspec (~> 2.5.0)
ruby-debug19
4 changes: 2 additions & 2 deletions i18n-js.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.add_dependency "i18n"
s.add_development_dependency "fakeweb"
s.add_development_dependency "activesupport", ">= 3.0.0"
s.add_development_dependency "rspec", ">= 2.0.0"
s.add_development_dependency "activesupport", "~> 3.0.0"
s.add_development_dependency "rspec", "~> 2.5.0"
s.add_development_dependency "ruby-debug19"
end

0 comments on commit 4f65786

Please sign in to comment.