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

Update dependency sinatra to v4 #543

Merged
merged 3 commits into from
Jan 30, 2024
Merged
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'net-smtp', '0.4.0'
gem 'nokogiri', '1.15.5'
gem 'octokit', '8.0.0'
gem 'pdd', '0.23.2'
gem 'rack', '2.2.8'
gem 'rack', '3.0.8'
gem 'rack-test', '2.1.0'
gem 'rake', '13.1.0', require: false
gem 'rubocop', '1.60.2', require: false
Expand All @@ -44,8 +44,8 @@ gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
gem 'simplecov-cobertura', '~> 2.1'
gem 'sinatra', '3.0.6'
gem 'sinatra-contrib', '3.0.6'
gem 'sinatra', '4.0.0'
gem 'sinatra-contrib', '4.0.0'
gem 'sprockets', '4.2.1'
gem 'test-unit', '3.6.1', require: false
gem 'webrick', '1.8.1'
Expand Down
82 changes: 47 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
atlassian-jwt (0.2.1)
jwt (~> 2.1)
aws-eventstream (1.3.0)
aws-partitions (1.883.0)
aws-partitions (1.884.0)
aws-sdk-core (3.191.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -31,19 +36,22 @@ GEM
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base58 (0.2.3)
base64 (0.1.1)
concurrent-ruby (1.2.2)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
rexml
date (3.3.3)
date (3.3.4)
differ (0.1.2)
docile (1.4.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
drb (2.2.0)
ruby2_keywords
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
Expand Down Expand Up @@ -76,30 +84,29 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.2)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-imap (0.3.7)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oauth (0.6.2)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
Expand All @@ -117,11 +124,14 @@ GEM
ruby-filemagic (~> 0.7.2)
slop (~> 4.6)
power_assert (2.0.3)
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.0.6)
rack
rack (3.0.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
Expand Down Expand Up @@ -175,16 +185,17 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (3.0.6)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (3.0.6)
multi_json
sinatra-contrib (4.0.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 3.0.6)
sinatra (= 3.0.6)
rack-protection (= 4.0.0)
sinatra (= 4.0.0)
tilt (~> 2.0)
slop (4.10.1)
snaky_hash (2.0.1)
Expand All @@ -193,16 +204,17 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
temple (0.10.2)
temple (0.10.3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
test-unit (3.6.1)
power_assert
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
version_gem (1.1.3)
webrick (1.8.1)
xcop (0.7.1)
Expand Down Expand Up @@ -233,7 +245,7 @@ DEPENDENCIES
nokogiri (= 1.15.5)
octokit (= 8.0.0)
pdd (= 0.23.2)
rack (= 2.2.8)
rack (= 3.0.8)
rack-test (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.60.2)
Expand All @@ -243,8 +255,8 @@ DEPENDENCIES
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
simplecov-cobertura (~> 2.1)
sinatra (= 3.0.6)
sinatra-contrib (= 3.0.6)
sinatra (= 4.0.0)
sinatra-contrib (= 4.0.0)
sprockets (= 4.2.1)
test-unit (= 3.6.1)
webrick (= 1.8.1)
Expand Down
Loading