Skip to content

Commit f1ca308

Browse files
author
Nicolas Rodriguez
committed
Update Appraisal config
1 parent 58066b8 commit f1ca308

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

gemfiles/rails_4.2.8.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ source "https://rubygems.org"
44

55
gem "rails", "4.2.8"
66

7+
group :test do
8+
gem "codeclimate-test-reporter", "~> 1.0.0"
9+
end
10+
711
gemspec :path => "../"

gemfiles/rails_5.0.2.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ source "https://rubygems.org"
44

55
gem "rails", "5.0.2"
66

7+
group :test do
8+
gem "codeclimate-test-reporter", "~> 1.0.0"
9+
end
10+
711
gemspec :path => "../"

gemfiles/rails_5.1.0.rc1.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ source "https://rubygems.org"
44

55
gem "rails", "5.1.0.rc1"
66

7+
group :test do
8+
gem "codeclimate-test-reporter", "~> 1.0.0"
9+
end
10+
711
gemspec :path => "../"

0 commit comments

Comments
 (0)