Skip to content

Commit 2edf82d

Browse files
committed
Add appraisal for Rails 5.2 rc
1 parent c47955b commit 2edf82d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rvm:
1010
# - rbx
1111

1212
gemfile:
13+
- gemfiles/activerecord_5.2.gemfile
1314
- gemfiles/activerecord_5.1.gemfile
1415
- gemfiles/activerecord_5.0.gemfile
1516
- gemfiles/activerecord_4.2.gemfile

gemfiles/activerecord_5.2.gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "rails", '~> 5.2.0.rc2'
6+
7+
platforms :ruby, :rbx do
8+
gem "mysql2", '~> 0.4.10'
9+
gem "pg"
10+
gem "sqlite3"
11+
end
12+
13+
platforms :jruby do
14+
gem "activerecord-jdbcmysql-adapter"
15+
gem "activerecord-jdbcpostgresql-adapter"
16+
gem "activerecord-jdbcsqlite3-adapter"
17+
end
18+
19+
gemspec :path => "../"

0 commit comments

Comments
 (0)