Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sinatra-contrib and sinatra #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ gem 'saml_idp'
gem 'xmlenc'

# Sinatra gems
gem 'sinatra', '~> 2.2'
gem 'sinatra-contrib', '~> 2.2'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib', '~> 3.0'
gem 'sinatra-reloader', '~> 1.0'
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
concurrent-ruby (~> 1.0)
minitest (5.15.0)
multi_json (1.15.0)
mustermann (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nokogiri (1.13.6-x86_64-darwin)
Expand All @@ -30,8 +30,8 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (3.0.4)
rack
rexml (3.2.5)
ruby2_keywords (0.0.5)
Expand All @@ -41,22 +41,22 @@ GEM
nokogiri (>= 1.6.2)
rexml
xmlenc (>= 0.7.1)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
sinatra-contrib (3.0.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 3.0)
rack-protection (= 3.0.4)
sinatra (= 3.0.4)
tilt (~> 2.0)
sinatra-reloader (1.0)
sinatra-contrib
temple (0.8.2)
thor (1.2.1)
tilt (2.0.10)
tilt (2.0.11)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
xmlenc (0.8.0)
Expand All @@ -77,8 +77,8 @@ DEPENDENCIES
hamlit (~> 2.16)
puma (~> 5.6)
saml_idp
sinatra (~> 2.2)
sinatra-contrib (~> 2.2)
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)
sinatra-reloader (~> 1.0)
xmlenc
zeitwerk (~> 2.6)
Expand Down