File tree Expand file tree Collapse file tree 2 files changed +174
-128
lines changed
Expand file tree Collapse file tree 2 files changed +174
-128
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33
44ruby "3.2.9"
55
6- gem "rails" , "7 .0.4.3 "
6+ gem "rails" , "8 .0.2.1 "
77gem "sassc-rails" , "2.1.2"
88gem "sprockets-rails" , "3.4.2"
99gem "importmap-rails" , "1.1.5"
1010gem "turbo-rails" , "1.4.0"
1111gem "stimulus-rails" , "1.2.1"
12- gem "jbuilder" , "2.11.5 "
13- gem "puma" , "5 .6.8 "
12+ gem "jbuilder" , "2.14.1 "
13+ gem "puma" , "6 .6.1 "
1414gem "bootsnap" , "1.16.0" , require : false
15- gem "sqlite3" , "1.6.1 "
15+ gem "sqlite3" , "2.7.3 "
1616gem "concurrent-ruby" , "1.3.4"
1717
1818group :development , :test do
2323group :development do
2424 gem "web-console" , "4.2.0"
2525 gem "solargraph" , "0.56.2"
26- gem "irb" , "1.10.0 "
26+ gem "irb" , "1.15.2 "
2727 gem "repl_type_completor" , "0.1.10"
2828end
2929
You can’t perform that action at this time.
0 commit comments