Skip to content

Commit

Permalink
Add ActiveRecord 5 Gemfile and Ruby 2.2.0 and 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fw42 committed Mar 16, 2017
1 parent a8e9e49 commit ce8c7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,12 +2,15 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.0
- 2.3.0

gemfile:
- Gemfile.activerecord32
- Gemfile.activerecord40
- Gemfile.activerecord41
- Gemfile.activerecord42
- Gemfile.activerecord50

before_script:
- mysql -e 'create database pedant_mysql2_test;'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.activerecord50
@@ -0,0 +1,4 @@
source 'https://rubygems.org'
gemspec

gem 'activerecord', '~> 5.0.0'

0 comments on commit ce8c7e1

Please sign in to comment.