Skip to content

Commit 5f14e2d

Browse files
Gem とGemfile.lock の更新
- mainへリベース - Gemfile の更新部分の統合 - 依存関係を更新
1 parent 2ed4d02 commit 5f14e2d

File tree

2 files changed

+174
-128
lines changed

2 files changed

+174
-128
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby "3.2.9"
55

6-
gem "rails", "7.0.4.3"
6+
gem "rails", "8.0.2.1"
77
gem "sassc-rails", "2.1.2"
88
gem "sprockets-rails", "3.4.2"
99
gem "importmap-rails", "1.1.5"
1010
gem "turbo-rails", "1.4.0"
1111
gem "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"
1414
gem "bootsnap", "1.16.0", require: false
15-
gem "sqlite3", "1.6.1"
15+
gem "sqlite3", "2.7.3"
1616
gem "concurrent-ruby", "1.3.4"
1717

1818
group :development, :test do
@@ -23,7 +23,7 @@ end
2323
group :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"
2828
end
2929

0 commit comments

Comments
 (0)