Skip to content

Commit

Permalink
Updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 23, 2011
1 parent 2d3f48f commit b187da5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,5 +3,5 @@ source "http://rubygems.org"
if ENV["GUIDES_PATH"]
gem "guides", :path => ENV["GUIDES_PATH"]
else
gem "guides"
gem "guides", '~> 0.6.5'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -23,7 +23,7 @@ GEM
erubis (2.6.6)
abstract (>= 1.0.0)
eventmachine (0.12.10)
guides (0.6.4)
guides (0.6.5)
RedCloth (~> 4.1.1)
actionpack (~> 3.0.0)
activesupport (~> 3.0.0)
Expand All @@ -47,4 +47,4 @@ PLATFORMS
ruby

DEPENDENCIES
guides
guides (~> 0.6.5)

0 comments on commit b187da5

Please sign in to comment.