mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
New hash syntax in appraisal-generated gemfiles
This commit is contained in:
parent
11afe604a4
commit
03c24b9a3a
4 changed files with 5 additions and 5 deletions
|
@ -4,4 +4,4 @@ source "https://rubygems.org"
|
|||
|
||||
gem "activerecord", "~> 4.0"
|
||||
|
||||
gemspec :path => "../"
|
||||
gemspec path: "../"
|
||||
|
|
|
@ -4,4 +4,4 @@ source "https://rubygems.org"
|
|||
|
||||
gem "activerecord", "~> 4.2"
|
||||
|
||||
gemspec :path => "../"
|
||||
gemspec path: "../"
|
||||
|
|
|
@ -6,4 +6,4 @@ gem "activerecord", "~> 5.0.0"
|
|||
gem "rspec-rails", "~> 3.5.1"
|
||||
gem "rails-controller-testing"
|
||||
|
||||
gemspec :path => "../"
|
||||
gemspec path: "../"
|
||||
|
|
|
@ -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: "../"
|
||||
|
|
Loading…
Reference in a new issue