Skip to content

Commit

Permalink
Travis: Test against latest Rubies and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed May 28, 2016
1 parent 21bf7de commit 0c47c1e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- 2.1.10
- 2.2.5
- 2.3.1
gemfile:
- gemfiles/Gemfile-activemodel-3.0.x
- gemfiles/Gemfile-activemodel-3.1.x
Expand All @@ -18,6 +18,6 @@ matrix:
gemfile: gemfiles/Gemfile-activemodel-5.0.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile-activemodel-5.0.x
- rvm: 2.1.8
- rvm: 2.1.10
gemfile: gemfiles/Gemfile-activemodel-5.0.x
sudo: false
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-3.0.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>3.0.0'
gem 'activemodel', '~>3.0.20'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-3.1.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>3.1.0'
gem 'activemodel', '~>3.1.12'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-3.2.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>3.2.0'
gem 'activemodel', '~>3.2.22.2'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-4.0.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>4.0.0'
gem 'activemodel', '~>4.0.13'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-4.1.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>4.1.0'
gem 'activemodel', '~>4.1.15'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-4.2.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>4.2.0'
gem 'activemodel', '~>4.2.6'
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-activemodel-5.0.x
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '5.0.0.beta2'
gem 'activemodel', '5.0.0.rc1'

0 comments on commit 0c47c1e

Please sign in to comment.