Skip to content

Commit 12e162d

Browse files
authored
Add support for Ruby 4 (#294)
1 parent fc0230f commit 12e162d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

spec/fixtures/rails_app/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ gem 'puma'
2121
# gem 'rack-cors'
2222
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
2323

24+
gem 'cgi'
25+
gem 'tsort'
26+
2427
group :development, :test do
2528
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
2629
# gem 'byebug', platform: :mri

spec/fixtures/rails_app/Gemfile.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ GEM
8484
benchmark (0.4.0)
8585
bigdecimal (3.1.9)
8686
builder (3.3.0)
87+
cgi (0.5.1)
8788
concurrent-ruby (1.3.5)
8889
connection_pool (2.5.1)
8990
crass (1.0.6)
@@ -129,7 +130,9 @@ GEM
129130
marcel (1.0.4)
130131
mini_mime (1.1.5)
131132
mini_portile2 (2.8.8)
132-
minitest (5.25.5)
133+
minitest (6.0.5)
134+
drb (~> 2.0)
135+
prism (~> 1.5)
133136
net-imap (0.5.7)
134137
date
135138
net-protocol
@@ -147,6 +150,7 @@ GEM
147150
pp (0.6.2)
148151
prettyprint
149152
prettyprint (0.2.0)
153+
prism (1.9.0)
150154
psych (5.2.3)
151155
date
152156
stringio
@@ -204,6 +208,7 @@ GEM
204208
stringio (3.1.7)
205209
thor (1.3.2)
206210
timeout (0.4.3)
211+
tsort (0.2.0)
207212
tzinfo (2.0.6)
208213
concurrent-ruby (~> 1.0)
209214
uri (1.0.3)
@@ -225,10 +230,12 @@ PLATFORMS
225230
ruby
226231

227232
DEPENDENCIES
233+
cgi
228234
devise-jwt!
229235
puma
230236
rails
231237
sqlite3
238+
tsort
232239

233240
BUNDLED WITH
234241
2.6.7

0 commit comments

Comments
 (0)