Skip to content

Commit

Permalink
updating travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Apr 12, 2018
1 parent de587d6 commit e122da8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
gemfile:
- test/gemfiles/5.0.gemfile
- test/gemfiles/5.1.gemfile
- test/gemfiles/5.2.gemfile
before_install:
- gem update --system
- gem update bundler
matrix:
allow_failures:
- rvm: ruby-head
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ active_link_to_class(users_path, active: :inclusive)

### Copyright

Copyright (c) 2009-17 Oleg Khabarov. See LICENSE for details.
Copyright (c) 2009-18 Oleg Khabarov. See LICENSE for details.
2 changes: 1 addition & 1 deletion active_link_to.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")

s.required_ruby_version = ">= 1.9.2"
s.required_ruby_version = ">= 2.3.0"

s.add_dependency 'actionpack'
s.add_dependency 'addressable'
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gemspec path: "../../"

gem "actionpack", "~> 5.2.0.beta2"
gem "actionpack", "~> 5.2.0"

group :test do
gem 'minitest'
Expand Down

0 comments on commit e122da8

Please sign in to comment.