Skip to content

Commit

Permalink
Altered comments in Gemfile.ci [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 13, 2011
1 parent e418708 commit cf668ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ when "postgres"; gem "pg", ">= 0.9.0"
end

def gem(*args)
# Override 'gem' method to block any other database gems from the 'real' Gemfile
# Override 'gem' method to block any other database gems in the 'real' Gemfile
super unless %w(pg sqlite3 mysql2).include?(args.first)
end

# Eval the real Gemfile
# Eval Gemfile
eval(IO.read(File.join(File.dirname(__FILE__), 'Gemfile')), binding)

0 comments on commit cf668ba

Please sign in to comment.