Skip to content

Commit ce8e045

Browse files
author
Nicolas Rodriguez
committed
Test with Rails 5.1
1 parent 407b973 commit ce8e045

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
gemfile:
1010
- gemfiles/rails_4.2.8.gemfile
1111
- gemfiles/rails_5.0.2.gemfile
12-
- gemfiles/rails_5.1.0.rc1.gemfile
12+
- gemfiles/rails_5.1.0.gemfile
1313
after_success:
1414
- bundle exec codeclimate-test-reporter
1515
services:

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RAILS_VERSIONS = %w(
22
4.2.8
33
5.0.2
4-
5.1.0.rc1
4+
5.1.0
55
)
66

77
RAILS_VERSIONS.each do |version|

gemfiles/rails_4.2.8.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ group :test do
88
gem "codeclimate-test-reporter", "~> 1.0.0"
99
end
1010

11-
gemspec :path => "../"
11+
gemspec path: "../"

gemfiles/rails_5.0.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ group :test do
88
gem "codeclimate-test-reporter", "~> 1.0.0"
99
end
1010

11-
gemspec :path => "../"
11+
gemspec path: "../"

gemfiles/rails_5.1.0.rc1.gemfile renamed to gemfiles/rails_5.1.0.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "5.1.0.rc1"
5+
gem "rails", "5.1.0"
66

77
group :test do
88
gem "codeclimate-test-reporter", "~> 1.0.0"
99
end
1010

11-
gemspec :path => "../"
11+
gemspec path: "../"

0 commit comments

Comments
 (0)