gemfiles/Gemfile-edge in actionpack-page_caching-1.0.2 vs gemfiles/Gemfile-edge in actionpack-page_caching-1.1.0

- old
+ new

@@ -1,5 +1,6 @@ -source 'https://rubygems.org' +source "https://rubygems.org" -gemspec path: '..' +gemspec path: ".." -gem 'rails', github: 'rails/rails', branch: 'master' +gem "rails", github: "rails/rails", branch: "master" +gem "arel", github: "rails/arel", branch: "master"