Skip to content

Commit 66baca5

Browse files
author
Anna
committed
arel in gemsepc
1 parent 4a2e199 commit 66baca5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ end
2222

2323
if ENV['AREL']
2424
gem 'arel', :path => ENV['AREL']
25-
else
26-
gem 'arel', '~> 4.0.1'
2725
end
2826

2927
group :tinytds do
3028
if ENV['TINYTDS_SOURCE']
3129
gem 'tiny_tds', :path => ENV['TINYTDS_SOURCE']
3230
else
33-
#segfault caused by tiny_tds 0.6.1
31+
# TODO: [Rails4] Change back... segfault caused by tiny_tds 0.6.1
3432
gem 'tiny_tds', :git =>"https://github.com/rails-sqlserver/tiny_tds.git"
3533
end
3634
end

0 commit comments

Comments
 (0)