New hash syntax in appraisal-generated gemfiles

This commit is contained in:
Jared Beck 2017-04-26 14:52:15 -04:00
parent 11afe604a4
commit 03c24b9a3a
4 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@ source "https://rubygems.org"
gem "activerecord", "~> 4.0"
gemspec :path => "../"
gemspec path: "../"

View File

@ -4,4 +4,4 @@ source "https://rubygems.org"
gem "activerecord", "~> 4.2"
gemspec :path => "../"
gemspec path: "../"

View File

@ -6,4 +6,4 @@ gem "activerecord", "~> 5.0.0"
gem "rspec-rails", "~> 3.5.1"
gem "rails-controller-testing"
gemspec :path => "../"
gemspec path: "../"

View File

@ -2,8 +2,8 @@
source "https://rubygems.org"
gem "rails", :github => "rails/rails"
gem "rails", github: "rails/rails"
gem "rspec-rails", "~> 3.5.1"
gem "rails-controller-testing"
gemspec :path => "../"
gemspec path: "../"