Skip to content

Commit

Permalink
Update versions, test against rails 5.1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fudoshiki committed Apr 11, 2017
1 parent 1e1ea49 commit 3202993
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sudo: false
bundler_args: --without development

rvm:
- 2.2.6
- 2.3.3
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-9.1.8.0
Expand All @@ -21,7 +21,7 @@ matrix:
exclude:
- rvm: jruby-9.1.8.0
gemfile: gemfiles/driver_master.gemfile
- rvm: 2.4.0
- rvm: 2.4.1
gemfile: gemfiles/driver_master.gemfile
- rvm: ruby-head
gemfile: gemfiles/driver_master.gemfile
Expand All @@ -30,8 +30,9 @@ matrix:

gemfile:
- Gemfile
- gemfiles/rails_master.gemfile
- gemfiles/driver_master.gemfile
- gemfiles/rails_master.gemfile
- gemfiles/rails_5.1.0.rc1.gemfile

env:
global:
Expand All @@ -40,9 +41,9 @@ env:
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.12
- MONGODB=3.0.12
- MONGODB=3.2.11
- MONGODB=3.4.1
- MONGODB=3.0.14
- MONGODB=3.2.12
- MONGODB=3.4.3

before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz
Expand Down
2 changes: 1 addition & 1 deletion .versions.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby=ruby-2.3.3
ruby=ruby-2.4.1
ruby-gemset=mongoid
11 changes: 11 additions & 0 deletions gemfiles/rails_5.1.0.rc1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'rake'
gem 'actionpack', '5.1.0.rc1'
gem 'activemodel', '5.1.0.rc1'


group :test do
gem 'rspec', '~> 3.4.0'
end

0 comments on commit 3202993

Please sign in to comment.