Skip to content

Commit

Permalink
Update Sinatra [secfix]
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jan 11, 2025
1 parent 250e76a commit f406f23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if ENV["CUSTOM_RUBY_VERSION"]
end

gem 'octokit'
gem 'sinatra', '4.0.0'
gem 'sinatra-contrib', '4.0.0'
gem 'sinatra', '4.1.1'
gem 'sinatra-contrib', '4.1.1'
gem 'openssl'
gem 'puma'
gem 'sidekiq'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ GEM
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack-protection (4.0.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -107,17 +108,18 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sinatra (4.0.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (4.0.0)
sinatra-contrib (4.1.1)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.0.0)
sinatra (= 4.0.0)
rack-protection (= 4.1.1)
sinatra (= 4.1.1)
tilt (~> 2.0)
thor (1.3.2)
tilt (2.5.0)
Expand Down Expand Up @@ -146,8 +148,8 @@ DEPENDENCIES
rspec
serrano
sidekiq
sinatra (= 4.0.0)
sinatra-contrib (= 4.0.0)
sinatra (= 4.1.1)
sinatra-contrib (= 4.1.1)
webmock

BUNDLED WITH
Expand Down

0 comments on commit f406f23

Please sign in to comment.