Skip to content

Commit

Permalink
Merge pull request #155 from samvera/remove_4.2_support
Browse files Browse the repository at this point in the history
Remove 4.2 support
  • Loading branch information
elrayle authored Sep 25, 2017
2 parents 809bbc5 + e869ec8 commit 1f57573
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: ruby
sudo: false
rvm:
- 2.4.0
- 2.3.5
- 2.4.2
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=5.0.1"
- "RAILS_VERSION=5.0.6"
- "RAILS_VERSION=5.1.4"

before_install:
- gem update --system
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,12 @@ Commit your features into a new branch and submit a pull request.

## Compatibility

Currently, it is compatible with Rails 4.0 and 4.1 under both Ruby 2.0 and 2.1.
* Ruby 2.4 or the latest 2.3 version is recommended. Later versions may also work.
* Rails 5 is required. We recommend the latest Rails 5.0 release.

# Help

For help with Questioning Authority, contact <hydra[email protected]>.
For help with Questioning Authority, contact <samvera[email protected]>.

### Special thanks to...

Expand Down
2 changes: 1 addition & 1 deletion qa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "rails", ">= 4.2.0", "< 6.0"
s.add_dependency "rails", "~> 5.0"
s.add_dependency "faraday"
s.add_dependency "nokogiri", "~> 1.6"
s.add_dependency "activerecord-import"
Expand Down

0 comments on commit 1f57573

Please sign in to comment.