Skip to content

Commit

Permalink
Relax rails dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurado01 committed Dec 15, 2020
1 parent 6618f76 commit e195af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.6.6
ruby 2.7.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
rails_jwt_auth (2.0.1)
bcrypt (~> 3.1)
jwt (~> 2.1)
rails (>= 5.0, < 6.1)
rails (>= 5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rails_jwt_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |s|

s.add_dependency 'bcrypt', '~> 3.1'
s.add_dependency 'jwt', '~> 2.1'
s.add_dependency 'rails', '>= 5.0', '< 6.1'
s.add_dependency 'rails', '>= 5.0'
end

0 comments on commit e195af7

Please sign in to comment.