Skip to content

Commit

Permalink
Merge pull request #64 from bwillis/remove-legacy-ruby-rails-support
Browse files Browse the repository at this point in the history
Removes legacy Ruby/Rails support
  • Loading branch information
bwillis committed Mar 11, 2020
2 parents 0e0925f + dfdd22b commit 099e0da
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 595 deletions.
36 changes: 5 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,17 @@
language: ruby

# https://github.com/travis-ci/travis-ci/issues/5239
before_install:
- gem install bundler
before_install: gem install bundler && bundle update --bundler

rvm:
- 1.9.2-p330
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.2.2
- 2.3.3
- 2.4.7
- 2.5.6
- ruby-head

gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
- gemfiles/rails4.1.gemfile
- gemfiles/rails4.2.gemfile
- gemfiles/rails5.0.gemfile

matrix:
exclude:
- rvm: 1.9.2-p330
gemfile: gemfiles/rails4.0.gemfile
- rvm: 1.9.2-p330
gemfile: gemfiles/rails4.1.gemfile
- rvm: 1.9.2-p330
gemfile: gemfiles/rails4.2.gemfile
- rvm: 1.9.2-p330
gemfile: gemfiles/rails5.0.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.1.0
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.2.0
gemfile: gemfiles/rails5.0.gemfile

allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails5.0.gemfile
30 changes: 0 additions & 30 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
appraise "rails3.2" do
gem('actionpack', '~> 3.2.0')
gem('activesupport', '~> 3.2.0')
gem('railties', '~> 3.2.0')
# Rails 3.2 has test-unit as a dependency, but Ruby 2.2 removes
# it, so we need to now manually require it as a dependency
gem('test-unit', '~>3.0')
end

appraise "rails4.0" do
gem('actionpack', '~> 4.0.0')
gem('activesupport', '~> 4.0.0')
gem('railties', '~> 4.0.0')
# Rails 4.0 has test-unit as a dependency, but Ruby 2.2 removes
# it, so we need to now manually require it as a dependency
gem('test-unit', '~>3.0')
end

appraise "rails4.1" do
gem('actionpack', '~> 4.1.0')
gem('activesupport', '~> 4.1.0')
gem('railties', '~> 4.1.0')
end

appraise "rails4.2" do
gem('actionpack', '~> 4.2.0')
gem('activesupport', '~> 4.2.0')
gem('railties', '~> 4.2.0')
end

appraise "rails5.0" do
gem('actionpack', '~> 5.0.0')
gem('activesupport', '~> 5.0.0')
Expand Down
10 changes: 0 additions & 10 deletions gemfiles/rails3.2.gemfile

This file was deleted.

121 changes: 0 additions & 121 deletions gemfiles/rails3.2.gemfile.lock

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/rails4.0.gemfile

This file was deleted.

102 changes: 0 additions & 102 deletions gemfiles/rails4.0.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails4.1.gemfile

This file was deleted.

0 comments on commit 099e0da

Please sign in to comment.