Skip to content

Commit

Permalink
Bump required Ruby version and update travis.yml
Browse files Browse the repository at this point in the history
Rails 5 requires Ruby 2.2.2 and will fail on versions lower than 2.2.1.
This change removes the versions that cannot work with the changes to
Rails 5 and actionpack-xml_parser. Updates corresponding .travis.yml
file so that master no longer runs against those.
  • Loading branch information
eileencodes committed Aug 26, 2015
1 parent 75fab06 commit 57b0ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
@@ -1,8 +1,6 @@
language: ruby
sudo: false
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- ruby-head
Expand All @@ -18,9 +16,5 @@ matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9
gemfile: gemfiles/Gemfile-edge
- rvm: 2.0
gemfile: gemfiles/Gemfile-edge
- rvm: 2.1
gemfile: gemfiles/Gemfile-edge
4 changes: 2 additions & 2 deletions actionpack-xml_parser.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'actionpack-xml_parser'
s.version = '1.0.2'
s.version = '2.0.0'
s.summary = 'XML parameters parser for Action Pack (removed from core in Rails 4.0)'

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.2.1'
s.license = 'MIT'

s.author = 'Prem Sichanugrist'
Expand Down

0 comments on commit 57b0ca2

Please sign in to comment.