Skip to content

Commit

Permalink
Add Rails 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mediafinger committed Jul 31, 2019
1 parent 5549aba commit 79a292e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devise-two-factor.gemspec
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'railties', '< 5.3'
s.add_runtime_dependency 'activesupport', '< 5.3'
s.add_runtime_dependency 'railties', '< 6.1'
s.add_runtime_dependency 'activesupport', '< 6.1'
s.add_runtime_dependency 'attr_encrypted', '>= 1.3', '< 4', '!= 2'
s.add_runtime_dependency 'devise', '~> 4.0'
s.add_runtime_dependency 'rotp', '~> 2.0'
Expand Down

0 comments on commit 79a292e

Please sign in to comment.