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
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ PATH
oauth2-nginx-auth-backend (0.4.5)
httparty (~> 0.15)
mail (~> 2.7.1)
sinatra (~> 2.0)
sinatra (>= 2, < 4)
sinatra-contrib (~> 2.0)
sinatra-logger (>= 0.2.6)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
backports (3.15.0)
concurrent-ruby (1.1.5)
httparty (0.17.0)
concurrent-ruby (1.1.10)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
jaro_winkler (1.5.3)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.3)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0904)
mini_mime (1.0.2)
multi_json (1.13.1)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (1.0.3)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
parallel (1.17.0)
parser (2.6.4.0)
ast (~> 2.4.0)
rack (2.0.7)
rack-protection (2.0.7)
rack (2.2.4)
rack-protection (2.2.3)
rack
rainbow (3.0.0)
rubocop (0.74.0)
Expand All @@ -42,24 +42,24 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
semantic_logger (4.5.0)
ruby2_keywords (0.0.5)
semantic_logger (4.12.0)
concurrent-ruby (~> 1.0)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
sinatra-logger (0.3.2)
semantic_logger
sinatra
tilt (2.0.9)
tilt (2.0.11)
unicode-display_width (1.6.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion oauth2-nginx-auth-backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'mail', '~> 2.7.1'
spec.add_runtime_dependency 'httparty', '~> 0.15'
spec.add_runtime_dependency 'sinatra', '~> 2.0'
spec.add_runtime_dependency 'sinatra', '>= 2', '< 4'
spec.add_runtime_dependency 'sinatra-contrib', '~> 2.0'
spec.add_runtime_dependency 'sinatra-logger', '>= 0.2.6'
end