Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Apr 3, 2012
1 parent afe2100 commit b965d69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
money (4.0.2)
money (5.0.0.rc1)
i18n (~> 0.4)
json

Expand All @@ -10,18 +10,19 @@ GEM
specs:
diff-lcs (1.1.3)
i18n (0.6.0)
json (1.6.5)
json (1.6.5-java)
json (1.6.6)
json (1.6.6-java)
rake (0.9.2.2)
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.8.0)
yard (0.7.3)
redcarpet (2.1.1)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
yard (0.7.5)

PLATFORMS
java
Expand All @@ -30,5 +31,6 @@ PLATFORMS
DEPENDENCIES
money!
rake
rspec (~> 2.8.0)
yard
redcarpet (~> 2.1.1)
rspec (~> 2.9.0)
yard (~> 0.7.5)
5 changes: 3 additions & 2 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Gem::Specification.new do |s|
s.add_dependency "i18n", "~> 0.4"
s.add_dependency "json"

s.add_development_dependency "rspec", "~> 2.8.0"
s.add_development_dependency "yard"
s.add_development_dependency "rspec", "~> 2.9.0"
s.add_development_dependency "yard", "~> 0.7.5"
s.add_development_dependency "redcarpet", "~> 2.1.1"

s.requirements << "json"

Expand Down

0 comments on commit b965d69

Please sign in to comment.