Skip to content

Commit

Permalink
Merge pull request #254 from mjankowski/relax-gem-reqs
Browse files Browse the repository at this point in the history
Allow Rails 7.1 versions in gemspec
  • Loading branch information
bsedat committed Oct 12, 2023
2 parents d1310af + 569061a commit 7a4d0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devise-two-factor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'railties', '< 7.1'
s.add_runtime_dependency 'activesupport', '< 7.1'
s.add_runtime_dependency 'railties', '< 7.2'
s.add_runtime_dependency 'activesupport', '< 7.2'
s.add_runtime_dependency 'attr_encrypted', '>= 1.3', '< 5', '!= 2'
s.add_runtime_dependency 'devise', '~> 4.0'
s.add_runtime_dependency 'rotp', '~> 6.0'
Expand Down

0 comments on commit 7a4d0f9

Please sign in to comment.