gemfiles/4.1.gemfile in authority-3.0.0 vs gemfiles/4.1.gemfile in authority-3.1.0

- old
+ new

@@ -1,6 +1,6 @@ -source "http://rubygems.org" +source 'https://rubygems.org' -gem "rails", "~> 4.1" -gem 'rspec', '~> 2.14' +gem 'rails', '~> 4.1.0' +gem 'rspec', '~> 2.14.0' -gemspec :path=>"../" +gemspec path: '../'