Skip to content

Commit

Permalink
Add appraisals for rails 4.2.7 (failing) and 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklandgrebe committed Sep 6, 2017
1 parent 52e2851 commit 1c3d1b2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
/spec/dummy/db/*.sqlite3
/spec/dummy/log/*
/spec/dummy/tmp/*
/gemfiles/*.lock
7 changes: 7 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
appraise 'rails-4' do
gem 'rails', '4.2.7'
end

appraise 'rails-5' do
gem 'rails', '5.1.3'
end
1 change: 1 addition & 0 deletions caprese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'kaminari', '~> 0.16.0'
spec.add_dependency 'rails', '>= 4.2.0'

spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'factory_girl'
spec.add_development_dependency 'coveralls'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_RETRY: 1
7 changes: 7 additions & 0 deletions gemfiles/rails_4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "4.2.7"

gemspec path: "../"
7 changes: 7 additions & 0 deletions gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "5.1.3"

gemspec path: "../"

0 comments on commit 1c3d1b2

Please sign in to comment.