Skip to content

Commit 0477666

Browse files
committed
revert - not compatible with sinatra 4
1 parent 1a35d89 commit 0477666

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby "3.2.2"
44

55
gem "puma"
66
gem "rake"
7-
gem "sinatra"
7+
gem "sinatra", "~> 3.0"
88

99
# Mongo DB
1010
gem "mongo"

Gemfile.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
ast (2.4.2)
7-
base64 (0.2.0)
7+
base64 (0.3.0)
88
bson (4.15.0)
99
byebug (11.1.3)
1010
coderay (1.1.3)
@@ -22,14 +22,13 @@ GEM
2222
listen (3.8.0)
2323
rb-fsevent (~> 0.10, >= 0.10.3)
2424
rb-inotify (~> 0.9, >= 0.9.10)
25-
logger (1.6.1)
2625
method_source (1.0.0)
2726
minitest (5.20.0)
2827
minitest-color (0.0.2)
2928
minitest (~> 5)
3029
mongo (2.19.3)
3130
bson (>= 4.14.1, < 5.0.0)
32-
mustermann (3.0.3)
31+
mustermann (3.0.4)
3332
ruby2_keywords (~> 0.0.1)
3433
nio4r (2.7.3)
3534
parallel (1.24.0)
@@ -46,13 +45,10 @@ GEM
4645
puma (6.4.3)
4746
nio4r (~> 2.0)
4847
racc (1.7.3)
49-
rack (3.1.8)
50-
rack-protection (4.1.0)
48+
rack (2.2.17)
49+
rack-protection (3.2.0)
5150
base64 (>= 0.1.0)
52-
logger (>= 1.6.0)
53-
rack (>= 3.0.0, < 4)
54-
rack-session (2.0.0)
55-
rack (>= 3.0.0)
51+
rack (~> 2.2, >= 2.2.4)
5652
rack-test (2.1.0)
5753
rack (>= 1.3)
5854
rainbow (3.1.1)
@@ -85,14 +81,12 @@ GEM
8581
rubocop (~> 1.0)
8682
ruby-progressbar (1.13.0)
8783
ruby2_keywords (0.0.5)
88-
sinatra (4.1.0)
89-
logger (>= 1.6.0)
84+
sinatra (3.2.0)
9085
mustermann (~> 3.0)
91-
rack (>= 3.0.0, < 4)
92-
rack-protection (= 4.1.0)
93-
rack-session (>= 2.0.0, < 3)
86+
rack (~> 2.2, >= 2.2.4)
87+
rack-protection (= 3.2.0)
9488
tilt (~> 2.0)
95-
tilt (2.4.0)
89+
tilt (2.6.1)
9690
unicode-display_width (2.5.0)
9791
webmock (3.19.1)
9892
addressable (>= 2.8.0)
@@ -118,11 +112,11 @@ DEPENDENCIES
118112
rubocop
119113
rubocop-minitest
120114
rubocop-rake
121-
sinatra
115+
sinatra (~> 3.0)
122116
webmock
123117

124118
RUBY VERSION
125119
ruby 3.2.2p53
126120

127121
BUNDLED WITH
128-
2.5.1
122+
2.5.5

0 commit comments

Comments
 (0)