Gemfile in akami-1.2.0 vs Gemfile in akami-1.2.1

- old
+ new

@@ -1,2 +1,10 @@ -source "http://rubygems.org" +source 'https://rubygems.org' gemspec + +platform :rbx do + gem 'json' + gem 'racc' + gem 'rubysl' + gem 'rubinius-coverage' +end +