Skip to content

Commit

Permalink
Merge 3e6830a into cdd9721
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Grieco committed Oct 16, 2018
2 parents cdd9721 + 3e6830a commit 9a5d717
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: ruby
sudo: false
rvm:
- 2.2.5
- 2.3.1
- 2.3.7
- 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 lib/nyulibraries_templates/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NyulibrariesTemplates
VERSION = "1.2.3"
VERSION = "1.2.4"
end
2 changes: 1 addition & 1 deletion nyulibraries_templates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,lib}/**/**/*", "README.md"]
s.test_files = Dir["spec/**/**/**/**/*"]

s.add_dependency "rails", '>= 4', '<=5.2'
s.add_dependency "rails", '>= 4'
end

0 comments on commit 9a5d717

Please sign in to comment.