Skip to content

Commit

Permalink
Add Rails 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
EnziinSystem committed Nov 10, 2020
1 parent c95cf7e commit 32e3e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.bundle/
log/*.log
test/dummy/tmp/
Expand Down
2 changes: 1 addition & 1 deletion swagger_ui_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |s|
'CHANGELOG.md'
]

s.add_runtime_dependency 'rails', '>= 4.2', '< 6'
s.add_runtime_dependency 'rails', '>= 4.2', '< 7'
s.add_runtime_dependency 'sassc-rails'
end

0 comments on commit 32e3e45

Please sign in to comment.