Skip to content

Commit

Permalink
Merge ea792e4 into 846a2af
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Grieco committed Oct 16, 2018
2 parents 846a2af + ea792e4 commit 070c799
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ rvm:
- 2.4.4
- 2.5.1
env:
- RAILS_VERSION=4.2
- RAILS_VERSION=4
- RAILS_VERSION=5.1
- RAILS_VERSION=5.2
- RAILS_VERSION=master
script:
- bundle exec rake
matrix:
exclude:
- rvm: 2.3.7
env: RAILS_VERSION=master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion nyulibraries_errors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split($\)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.add_dependency 'rails', ">= 4", '<=5.2'
s.add_dependency 'rails', '>= 4'
end

0 comments on commit 070c799

Please sign in to comment.