Skip to content

Commit 397f93f

Browse files
committed
Sinatra 4
1 parent d2d6c13 commit 397f93f

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if ENV["CUSTOM_RUBY_VERSION"]
55
end
66

77
gem 'octokit'
8-
gem 'sinatra', '3.1.0'
9-
gem 'sinatra-contrib', '3.1.0'
8+
gem 'sinatra', '4.0.0'
9+
gem 'sinatra-contrib', '4.0.0'
1010
gem 'openssl'
1111
gem 'puma'
1212
gem 'sidekiq'

Gemfile.lock

+17-12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
6+
base64 (0.2.0)
67
bibtex-ruby (6.1.0)
78
latex-decode (~> 0.0)
89
racc (~> 1.7)
@@ -60,9 +61,12 @@ GEM
6061
puma (6.4.2)
6162
nio4r (~> 2.0)
6263
racc (1.7.3)
63-
rack (2.2.8)
64-
rack-protection (3.1.0)
65-
rack (~> 2.2, >= 2.2.4)
64+
rack (3.0.9)
65+
rack-protection (4.0.0)
66+
base64 (>= 0.1.0)
67+
rack (>= 3.0.0, < 4)
68+
rack-session (2.0.0)
69+
rack (>= 3.0.0)
6670
rack-test (2.1.0)
6771
rack (>= 1.3)
6872
redis-client (0.19.1)
@@ -99,16 +103,17 @@ GEM
99103
connection_pool (>= 2.3.0)
100104
rack (>= 2.2.4)
101105
redis-client (>= 0.19.0)
102-
sinatra (3.1.0)
106+
sinatra (4.0.0)
103107
mustermann (~> 3.0)
104-
rack (~> 2.2, >= 2.2.4)
105-
rack-protection (= 3.1.0)
108+
rack (>= 3.0.0, < 4)
109+
rack-protection (= 4.0.0)
110+
rack-session (>= 2.0.0, < 3)
106111
tilt (~> 2.0)
107-
sinatra-contrib (3.1.0)
108-
multi_json
112+
sinatra-contrib (4.0.0)
113+
multi_json (>= 0.0.2)
109114
mustermann (~> 3.0)
110-
rack-protection (= 3.1.0)
111-
sinatra (= 3.1.0)
115+
rack-protection (= 4.0.0)
116+
sinatra (= 4.0.0)
112117
tilt (~> 2.0)
113118
thor (1.3.0)
114119
tilt (2.3.0)
@@ -137,8 +142,8 @@ DEPENDENCIES
137142
rspec
138143
serrano
139144
sidekiq
140-
sinatra (= 3.1.0)
141-
sinatra-contrib (= 3.1.0)
145+
sinatra (= 4.0.0)
146+
sinatra-contrib (= 4.0.0)
142147
webmock
143148

144149
BUNDLED WITH

0 commit comments

Comments
 (0)