Commit eb8e5dd4d9b46aabacd9667fd43f69ef91a924a8

Authored by Shuky Dvir
1 parent 368d9714
Exists in master and in 1 other branch production

a fix for better errors only on ruby 1.9 and above

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -85,9 +85,9 @@ group :development, :test do @@ -85,9 +85,9 @@ group :development, :test do
85 gem 'capistrano' 85 gem 'capistrano'
86 86
87 # better errors 87 # better errors
88 - gem 'better_errors', :platform => :ruby_18  
89 - gem 'binding_of_caller', :platform => :ruby_18  
90 - gem 'meta_request', :platform => :ruby_18 88 + gem 'better_errors', :platform => :ruby_19
  89 + gem 'binding_of_caller', :platform => :ruby_19
  90 + gem 'meta_request', :platform => :ruby_19
91 end 91 end
92 92
93 gem 'foreman', :group => :development 93 gem 'foreman', :group => :development