Skip to content

Commit

Permalink
test against PT/master always
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jun 5, 2018
1 parent beab311 commit 7f85cb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gemspec
gem 'rails-controller-testing'

ENV['PT_ASSOCIATION_TRACKING'] = 'false' ### to skip the dependency on this gem, solely for testing purposes
gem 'paper_trail', ">= 9.2.0"
gem 'paper_trail', git: 'https://github.com/paper-trail-gem/paper_trail.git'
2 changes: 1 addition & 1 deletion gemfiles/ar_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "database_cleaner", "~> 1.6"
gemspec path: "../"

ENV['PT_ASSOCIATION_TRACKING'] = 'false' ### to skip the dependency on this gem, solely for testing purposes
gem 'paper_trail', ">= 9.2.0"
gem 'paper_trail', git: 'https://github.com/paper-trail-gem/paper_trail.git'
2 changes: 1 addition & 1 deletion gemfiles/ar_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "rails-controller-testing"
gemspec path: "../"

ENV['PT_ASSOCIATION_TRACKING'] = 'false' ### to skip the dependency on this gem, solely for testing purposes
gem 'paper_trail', ">= 9.2.0"
gem 'paper_trail', git: 'https://github.com/paper-trail-gem/paper_trail.git'
2 changes: 1 addition & 1 deletion gemfiles/ar_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "rails-controller-testing"
gemspec path: "../"

ENV['PT_ASSOCIATION_TRACKING'] = 'false' ### to skip the dependency on this gem, solely for testing purposes
gem 'paper_trail', ">= 9.2.0"
gem 'paper_trail', git: 'https://github.com/paper-trail-gem/paper_trail.git'
2 changes: 1 addition & 1 deletion gemfiles/ar_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "rails-controller-testing"
gemspec path: "../"

ENV['PT_ASSOCIATION_TRACKING'] = 'false' ### to skip the dependency on this gem, solely for testing purposes
gem 'paper_trail', ">= 9.2.0"
gem 'paper_trail', git: 'https://github.com/paper-trail-gem/paper_trail.git'

0 comments on commit 7f85cb5

Please sign in to comment.