Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,32 @@ PATH
remote: .
specs:
jwt-authenticator (2.0.0)
activesupport (>= 4.0, < 6.0)
activesupport (>= 4.0, < 8.0)
jwt (~> 2.1)
method-not-implemented (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.6)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.1.9)
i18n (1.8.10)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.2.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jwt (2.2.3)
method-not-implemented (1.0.1)
minitest (5.14.4)
minitest (5.15.0)
power_assert (2.0.0)
rake (12.3.3)
test-unit (3.4.4)
power_assert
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion jwt-authenticator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|

s.add_dependency "jwt", "~> 2.1"
s.add_dependency "method-not-implemented", "~> 1.0"
s.add_dependency "activesupport", ">= 4.0", "< 6.0"
s.add_dependency "activesupport", ">= 4.0", "< 8.0"
s.add_development_dependency "bundler", ">= 1.7", "< 3.0"
end