Эх сурвалжийг харах

Fix padrino build by updating its json dependency (#3154)

* Fix padrino build by updating its json dependency

This blog post describes the error we were seeing and the fix:
http://fuzzyblog.io/blog/ruby/2016/10/11/what-to-do-when-bundle-install-fails-with-json-1-8-1.html

* Try fixing padrino build on travis by updating its mysql2 dependency
Michael Hixson 7 жил өмнө
parent
commit
483b305c1e

+ 2 - 2
frameworks/Ruby/padrino/Gemfile

@@ -7,13 +7,13 @@ platforms :jruby do
 end
 
 platforms :ruby do
-  gem 'mysql2', '0.3.16'
+  gem 'mysql2', '0.3.20'
   gem "unicorn", '4.8.3'
   gem "thin", '1.6.2'
 end
 
 gem 'puma', "~> 3.9.1"
-gem 'json', '1.8.1'
+gem 'json', '1.8.3'
 
 gem 'slim', '2.0.3'
 gem 'dm-mysql-adapter', '1.2.0'