Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Mar 7, 2013
1 parent 0577009 commit 4c8465d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source :rubygems
source 'https://rubygems.org/'

gemspec

group :development do
gem "rake", "~> 0.9"
gem "rake", "~> 10.0"
gem "fakefs", "~> 0.4"
end
20 changes: 11 additions & 9 deletions Gemfile.lock
@@ -1,21 +1,23 @@
PATH
remote: .
specs:
hazel (0.0.6)
thor (~> 0.16)
hazel (0.0.7)
thor (~> 0.17)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
minitest (4.2.0)
rake (0.9.2.2)
thor (0.16.0)
fakefs (0.4.2)
minitest (4.6.2)
rake (10.0.3)
thor (0.17.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.2)
bundler (~> 1.3)
fakefs (~> 0.4)
hazel!
minitest (~> 4.2)
rake (~> 0.9)
minitest (~> 4.6)
rake (~> 10.0)

0 comments on commit 4c8465d

Please sign in to comment.