Skip to content

Commit

Permalink
Merge pull request #41 from HireFrederick/bump-jwt
Browse files Browse the repository at this point in the history
Bump jwt
  • Loading branch information
tandel-ankita committed Mar 15, 2021
2 parents ae26aa6 + ba47160 commit 5d262b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
booker_ruby (3.4.0)
booker_ruby (3.4.1)
activesupport (>= 3.0.0)
httparty (>= 0.14)
jwt (~> 1.5)
jwt (>= 1.5, <= 2.5)
oj

GEM
Expand All @@ -24,13 +24,13 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
jwt (1.5.6)
jwt (2.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mime-types-data (3.2021.0225)
minitest (5.11.3)
multi_xml (0.6.0)
oj (3.10.7)
oj (3.11.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down
2 changes: 1 addition & 1 deletion booker_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'httparty', '>= 0.14'
s.add_dependency 'activesupport', '>= 3.0.0'
s.add_dependency 'oj'
s.add_dependency 'jwt', '~> 1.5'
s.add_dependency 'jwt', '>= 1.5', '<= 2.5'

s.add_development_dependency 'bundler', '>= 1.10'
s.add_development_dependency 'rspec', '~> 3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/booker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Booker
VERSION = '3.4.1'
VERSION = '3.4.2'
end

0 comments on commit 5d262b6

Please sign in to comment.