Skip to content

Commit

Permalink
Bump wand version to get updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jan 22, 2011
1 parent 865e27f commit ad5b9ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
joint (0.5.1)
joint (0.5.2)
mime-types
mongo_mapper (~> 0.8.6)
wand (~> 0.3)
wand (~> 0.4)

GEM
remote: http://rubygems.org/
Expand All @@ -28,9 +28,11 @@ GEM
plucky (0.3.6)
mongo (~> 1.1)
rake (0.8.7)
safe_shell (1.0.0)
shoulda (2.11.3)
wand (0.3)
wand (0.4)
mime-types
safe_shell (~> 1.0.0)

PLATFORMS
ruby
Expand All @@ -44,4 +46,4 @@ DEPENDENCIES
mocha
mongo_mapper (~> 0.8.6)
shoulda
wand (~> 0.3)
wand (~> 0.4)
2 changes: 1 addition & 1 deletion joint.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ["John Nunemaker"]
s.version = Joint::Version

s.add_dependency 'wand', '~> 0.3'
s.add_dependency 'wand', '~> 0.4'
s.add_dependency 'mime-types'
s.add_dependency 'mongo_mapper', '~> 0.8.6'

Expand Down

0 comments on commit ad5b9ff

Please sign in to comment.