mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
forgot to update workaround to get selenium working again
This commit is contained in:
parent
e81b617a09
commit
9f8e55c672
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# adapted from https://gist.github.com/471663 and https://rails.lighthouseapp.com/projects/8994/tickets/4690-mongrel-doesnt-work-with-rails-238
|
# adapted from https://gist.github.com/471663 and https://rails.lighthouseapp.com/projects/8994/tickets/4690-mongrel-doesnt-work-with-rails-238
|
||||||
|
|
||||||
if Rails.version == '2.3.11' && Gem.available?('mongrel', '~>1.1.5') && self.class.const_defined?(:Mongrel)
|
if Rails.version == '2.3.12' && Gem.available?('mongrel', '~>1.1.5') && self.class.const_defined?(:Mongrel)
|
||||||
|
|
||||||
# Pulled right from latest rack. Old looked like this in 1.1.0 version.
|
# Pulled right from latest rack. Old looked like this in 1.1.0 version.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue