Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #249 from tranhuyhoangbka/compatible_rails_6
Browse files Browse the repository at this point in the history
fix error when bundle in rails 6.0.3.1
  • Loading branch information
traxanos committed Nov 17, 2020
2 parents b2ee978 + bec97d5 commit 181ca92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
devise_security_extension (0.10.0)
devise (>= 3.0.0, < 5.0)
railties (>= 3.2.6, < 6.0)
railties (~> 6.0.3, >= 3.2.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion devise_security_extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.1.0'

s.add_runtime_dependency 'railties', '>= 3.2.6', '< 6.0'
s.add_runtime_dependency 'railties', '~> 6.0.3', '>= 3.2.6'
s.add_runtime_dependency 'devise', '>= 3.0.0', '< 5.0'
s.add_development_dependency 'bundler', '>= 1.3.0', '< 2.0'
s.add_development_dependency 'sqlite3', '~> 1.3.10'
Expand Down

0 comments on commit 181ca92

Please sign in to comment.