File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
strategy :
23
23
matrix :
24
- ruby-version : [3.0.3]
24
+ ruby-version : [3.0.3, 3.3.0 ]
25
25
database : [sqlite, postgres, mysql]
26
26
services :
27
27
redis :
Original file line number Diff line number Diff line change 111
111
marcel (1.0.4 )
112
112
method_source (1.0.0 )
113
113
mini_mime (1.1.5 )
114
+ mini_portile2 (2.8.6 )
114
115
minitest (5.18.1 )
115
116
mocha (2.0.4 )
116
117
ruby2_keywords (>= 0.0.5 )
197
198
ruby-progressbar (1.13.0 )
198
199
ruby2_keywords (0.0.5 )
199
200
rubyzip (2.3.2 )
200
- sqlite3 (1.6.3-arm64-darwin )
201
- sqlite3 ( 1.6.3-x86_64-linux )
201
+ sqlite3 (1.6.3 )
202
+ mini_portile2 ( ~> 2.8.0 )
202
203
thor (1.3.1 )
203
204
timeout (0.4.1 )
204
205
tzinfo (2.0.6 )
211
212
212
213
PLATFORMS
213
214
arm64-darwin-21
215
+ arm64-darwin-22
214
216
x86_64-linux
215
217
216
218
DEPENDENCIES
Original file line number Diff line number Diff line change 1
- require 'active_support/all'
2
- require 'rails/console/app'
1
+ require "active_support/all"
2
+
3
+ if Rails . version >= "8"
4
+ require "rails/console/methods"
5
+ else
6
+ require "rails/console/app"
7
+ end
3
8
4
9
# Entry point to the system. In charge of installing everything
5
10
# and starting and stopping sessions.
You can’t perform that action at this time.
0 commit comments