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

- old
+ new

@@ -1,6 +1,6 @@ -source "http://rubygems.org" +source 'https://rubygems.org' -gem "rails", "~> 3.2.3" -gem 'rspec', '>= 2.8.0' +gem 'rails', '~> 3.2.3' +gem 'rspec', '~> 2.14.0' -gemspec :path=>"../" \ No newline at end of file +gemspec path: '../'