Author: tomaz
Date: Sat May 14 17:55:45 2016
New Revision: 1743840
URL: http://svn.apache.org/viewvc?rev=1743840&view=rev
Log:
Use json gem v1.8.3 since v1.8.3 is broken with Ruby v2.2.
Modified:
libcloud/site/trunk/Gemfile
Modified: libcloud/site/trunk/Gemfile
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/Gemfile?rev=1743840&r1=1743839&r2=1743840&view=diff
==============================================================================
--- libcloud/site/trunk/Gemfile (original)
+++ libcloud/site/trunk/Gemfile Sat May 14 17:55:45 2016
@@ -5,7 +5,7 @@ group :development do
gem 'jekyll', '~> 1.5.1'
gem 'rdiscount', '~> 2.1.7'
gem 'pygments.rb', '~> 0.5.4'
- gem 'json', '~> 1.8.1'
+ gem 'json', '~> 1.8.3'
gem 'jekyll-tagging', '~> 0.5.0'
gem 'jekyll-asset-pipeline', :require => 'jekyll_asset_pipeline', :git =>
'https://github.com/matthodan/jekyll-asset-pipeline.git', :branch => 'master'