Skip to content

Commit

Permalink
Add ruby-odbc to :odbc bundle group for local dev non-vendor install.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Dec 13, 2010
1 parent 6f016ea commit e2407db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ gemspec :path => ENV['RAILS_SOURCE']
gem 'arel', :path => ENV['AREL'] if ENV['AREL']
gem 'tiny_tds', :path => ENV['TINYTDS_SOURCE'] if ENV['TINYTDS_SOURCE']

group :odbc do
gem 'ruby-odbc', '0.99992'
end

group :development do
gem 'rake', '>= 0.8.7'
Expand Down

0 comments on commit e2407db

Please sign in to comment.