Commit 71c50fa0bdc7a22c82a13655d267b8f306757e30

Authored by Cyril Mougel
1 parent c2bcb889
Exists in master and in 1 other branch production

Update some gem outdated because not manage ruby 1.8.7

Showing 2 changed files with 16 additions and 29 deletions   Show diff stats
@@ -99,27 +99,25 @@ group :development do @@ -99,27 +99,25 @@ group :development do
99 gem 'better_errors' 99 gem 'better_errors'
100 gem 'binding_of_caller' 100 gem 'binding_of_caller'
101 gem 'meta_request' 101 gem 'meta_request'
102 - gem 'foreman' 102 + gem 'foreman', :require => false
103 103
104 # Use thin for development 104 # Use thin for development
105 - gem 'puma' 105 + gem 'puma', :require => false
106 106
107 end 107 end
108 108
109 group :test do 109 group :test do
110 - # Capybara 2.1.0 no more support 1.8.7 ruby version  
111 - gem 'capybara', "~> 2.0.1" 110 + gem 'capybara'
112 gem 'launchy' 111 gem 'launchy'
113 - # DatabaseCleaner 1.0.0 drop the support of ruby 1.8.7  
114 - gem 'database_cleaner', '~> 0.9.0' 112 + gem 'database_cleaner'
115 gem 'email_spec' 113 gem 'email_spec'
116 - gem 'timecop', '0.6.1' # last version compatible to ruby 1.8 114 + gem 'timecop'
117 gem 'coveralls', :require => false 115 gem 'coveralls', :require => false
118 gem 'mongoid-rspec', :require => false 116 gem 'mongoid-rspec', :require => false
119 end 117 end
120 118
121 group :heroku, :production do 119 group :heroku, :production do
122 - gem 'unicorn' 120 + gem 'unicorn', :require => false
123 end 121 end
124 122
125 123
@@ -68,15 +68,12 @@ GEM @@ -68,15 +68,12 @@ GEM
68 net-sftp (>= 2.0.0) 68 net-sftp (>= 2.0.0)
69 net-ssh (>= 2.0.14) 69 net-ssh (>= 2.0.14)
70 net-ssh-gateway (>= 1.1.0) 70 net-ssh-gateway (>= 1.1.0)
71 - capybara (2.0.3) 71 + capybara (2.1.0)
72 mime-types (>= 1.16) 72 mime-types (>= 1.16)
73 nokogiri (>= 1.3.3) 73 nokogiri (>= 1.3.3)
74 rack (>= 1.0.0) 74 rack (>= 1.0.0)
75 rack-test (>= 0.5.4) 75 rack-test (>= 0.5.4)
76 - selenium-webdriver (~> 2.0)  
77 - xpath (~> 1.0.0)  
78 - childprocess (0.3.9)  
79 - ffi (~> 1.0, >= 1.0.11) 76 + xpath (~> 2.0)
80 coderay (1.0.9) 77 coderay (1.0.9)
81 columnize (0.3.6) 78 columnize (0.3.6)
82 coveralls (0.7.0) 79 coveralls (0.7.0)
@@ -89,7 +86,7 @@ GEM @@ -89,7 +86,7 @@ GEM
89 safe_yaml (~> 0.9.0) 86 safe_yaml (~> 0.9.0)
90 css_parser (1.3.5) 87 css_parser (1.3.5)
91 addressable 88 addressable
92 - database_cleaner (0.9.1) 89 + database_cleaner (1.1.1)
93 debug_inspector (0.0.2) 90 debug_inspector (0.0.2)
94 debugger (1.6.2) 91 debugger (1.6.2)
95 columnize (>= 0.3.1) 92 columnize (>= 0.3.1)
@@ -116,7 +113,6 @@ GEM @@ -116,7 +113,6 @@ GEM
116 multipart-post (~> 1.2.0) 113 multipart-post (~> 1.2.0)
117 faraday_middleware (0.9.0) 114 faraday_middleware (0.9.0)
118 faraday (>= 0.7.4, < 0.9) 115 faraday (>= 0.7.4, < 0.9)
119 - ffi (1.9.0)  
120 flowdock (0.3.1) 116 flowdock (0.3.1)
121 httparty (~> 0.7) 117 httparty (~> 0.7)
122 multi_json 118 multi_json
@@ -125,7 +121,7 @@ GEM @@ -125,7 +121,7 @@ GEM
125 thor (>= 0.13.6) 121 thor (>= 0.13.6)
126 haml (4.0.3) 122 haml (4.0.3)
127 tilt 123 tilt
128 - happymapper (0.4.0) 124 + happymapper (0.4.1)
129 libxml-ruby (~> 2.0) 125 libxml-ruby (~> 2.0)
130 hashie (2.0.5) 126 hashie (2.0.5)
131 highline (1.6.19) 127 highline (1.6.19)
@@ -317,16 +313,10 @@ GEM @@ -317,16 +313,10 @@ GEM
317 linecache (>= 0.3) 313 linecache (>= 0.3)
318 ruby-fogbugz (0.1.1) 314 ruby-fogbugz (0.1.1)
319 crack 315 crack
320 - rubyzip (0.9.9)  
321 rushover (0.3.0) 316 rushover (0.3.0)
322 json 317 json
323 rest-client 318 rest-client
324 safe_yaml (0.9.7) 319 safe_yaml (0.9.7)
325 - selenium-webdriver (2.35.1)  
326 - childprocess (>= 0.2.5)  
327 - multi_json (~> 1.0)  
328 - rubyzip (< 1.0.0)  
329 - websocket (~> 1.0.4)  
330 simple_oauth (0.2.0) 320 simple_oauth (0.2.0)
331 simplecov (0.7.1) 321 simplecov (0.7.1)
332 multi_json (~> 1.0) 322 multi_json (~> 1.0)
@@ -358,8 +348,8 @@ GEM @@ -358,8 +348,8 @@ GEM
358 thread_safe (0.1.3) 348 thread_safe (0.1.3)
359 atomic 349 atomic
360 tilt (1.4.1) 350 tilt (1.4.1)
361 - timecop (0.6.1)  
362 - tins (0.10.0) 351 + timecop (0.6.3)
  352 + tins (0.11.0)
363 treetop (1.4.15) 353 treetop (1.4.15)
364 polyglot 354 polyglot
365 polyglot (>= 0.3.1) 355 polyglot (>= 0.3.1)
@@ -381,9 +371,8 @@ GEM @@ -381,9 +371,8 @@ GEM
381 webmock (1.13.0) 371 webmock (1.13.0)
382 addressable (>= 2.2.7) 372 addressable (>= 2.2.7)
383 crack (>= 0.3.2) 373 crack (>= 0.3.2)
384 - websocket (1.0.7)  
385 xmpp4r (0.5) 374 xmpp4r (0.5)
386 - xpath (1.0.0) 375 + xpath (2.0.0)
387 nokogiri (~> 1.3) 376 nokogiri (~> 1.3)
388 yajl-ruby (1.1.0) 377 yajl-ruby (1.1.0)
389 378
@@ -400,9 +389,9 @@ DEPENDENCIES @@ -400,9 +389,9 @@ DEPENDENCIES
400 bitbucket_rest_api 389 bitbucket_rest_api
401 campy (= 0.1.3) 390 campy (= 0.1.3)
402 capistrano 391 capistrano
403 - capybara (~> 2.0.1) 392 + capybara
404 coveralls 393 coveralls
405 - database_cleaner (~> 0.9.0) 394 + database_cleaner
406 debugger 395 debugger
407 decent_exposure 396 decent_exposure
408 devise 397 devise
@@ -448,7 +437,7 @@ DEPENDENCIES @@ -448,7 +437,7 @@ DEPENDENCIES
448 taskmapper (~> 0.8.0) 437 taskmapper (~> 0.8.0)
449 taskmapper-unfuddle (~> 0.7.0) 438 taskmapper-unfuddle (~> 0.7.0)
450 therubyracer 439 therubyracer
451 - timecop (= 0.6.1) 440 + timecop
452 turbo-sprockets-rails3 441 turbo-sprockets-rails3
453 uglifier (>= 1.0.3) 442 uglifier (>= 1.0.3)
454 underscore-rails 443 underscore-rails