File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Ruby
1313 uses : ruby/setup-ruby@v1
1414 with :
15- ruby-version : 3.4
15+ ruby-version : 3.3
1616 bundler-cache : true
1717 - name : Install dependencies
1818 run : |
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.2
1+ FROM ruby:3.3.7
22
33LABEL org.opencontainers.image.authors=
"Jonas Hellmann <[email protected] >" 44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source 'https://rubygems.org'
44# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55gem 'rails' , '>=7.1.4.1'
66# Use sqlite3 as the database for Active Record
7- gem 'sqlite3'
7+ gem 'sqlite3' , '~> 1.4'
88gem 'mysql2' , '~> 0.5'
99# Use SCSS for stylesheets
1010gem 'sassc-rails'
Original file line number Diff line number Diff line change @@ -159,16 +159,16 @@ GEM
159159 date
160160 stringio
161161 racc (1.8.1 )
162- rack (2.2.11 )
162+ rack (3.1.10 )
163163 rack-cors (2.0.2 )
164164 rack (>= 2.0.0 )
165- rack-session (1.0.2 )
166- rack (< 3 )
165+ rack-session (2.1.0 )
166+ base64 (>= 0.1.0 )
167+ rack (>= 3.0.0 )
167168 rack-test (2.2.0 )
168169 rack (>= 1.3 )
169- rackup (1.0.1 )
170- rack (< 3 )
171- webrick
170+ rackup (2.2.1 )
171+ rack (>= 3 )
172172 rails (8.0.1 )
173173 actioncable (= 8.0.1 )
174174 actionmailbox (= 8.0.1 )
216216 rdoc (>= 5.0 )
217217 securerandom (0.4.1 )
218218 spring (4.2.1 )
219- sprockets (3.7.5 )
220- base64
219+ sprockets (4.2.1 )
221220 concurrent-ruby (~> 1.0 )
222- rack (> 1 , < 3 )
221+ rack (>= 2.2.4 , < 4 )
223222 sprockets-rails (3.5.2 )
224223 actionpack (>= 6.1 )
225224 activesupport (>= 6.1 )
@@ -272,7 +271,7 @@ DEPENDENCIES
272271 sassc-rails
273272 sdoc (~> 1.1.0 )
274273 spring
275- sqlite3
274+ sqlite3 ( ~> 1.4 )
276275 turbolinks
277276 uglifier (>= 1.3.0 )
278277 web-console (~> 2.0 )
You can’t perform that action at this time.
0 commit comments