Skip to content

Commit e2407db

Browse files
committed
Add ruby-odbc to :odbc bundle group for local dev non-vendor install.
1 parent 6f016ea commit e2407db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ gemspec :path => ENV['RAILS_SOURCE']
55
gem 'arel', :path => ENV['AREL'] if ENV['AREL']
66
gem 'tiny_tds', :path => ENV['TINYTDS_SOURCE'] if ENV['TINYTDS_SOURCE']
77

8+
group :odbc do
9+
gem 'ruby-odbc', '0.99992'
10+
end
811

912
group :development do
1013
gem 'rake', '>= 0.8.7'

0 commit comments

Comments
 (0)