gemfiles/rails_5.gemfile in api-auth-2.2.1 vs gemfiles/rails_5.gemfile in api-auth-2.3.0

- old
+ new

@@ -1,11 +1,11 @@ # This file was generated by Appraisal -source "https://rubygems.org" +source 'https://rubygems.org' -gem "actionpack", "~> 5.0.2" -gem "activeresource", "~> 5.0.0", git: 'https://github.com/rails/activeresource.git' -gem "activesupport", "~> 5.0.2" +gem 'actionpack', '~> 5.0.2' +gem 'activeresource', '~> 5.0.0', git: 'https://github.com/rails/activeresource.git' +gem 'activesupport', '~> 5.0.2' -gem "rubocop" +gem 'rubocop' -gemspec :path => "../" +gemspec path: '../'