Skip to content

Commit 3ebca0c

Browse files
committed
update gems
1 parent 2ca66dc commit 3ebca0c

34 files changed

+902
-766
lines changed

Gemfile

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

44
ruby "3.3.4"
55

6-
gem "rails", "~> 7.1.3", ">= 7.1.3.3"
6+
gem "rails", "~> 8.0.1"
77
gem "puma"
88
gem "sentry-ruby"
99
gem "sentry-rails"
@@ -23,6 +23,7 @@ group :development do
2323
end
2424

2525
group :test do
26+
gem "ostruct"
2627
gem "rspec"
2728
gem "rspec-rails"
2829
gem "simplecov"

0 commit comments

Comments
 (0)