Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkoni committed Feb 18, 2025
1 parent 2ca66dc commit 3ebca0c
Show file tree
Hide file tree
Showing 34 changed files with 902 additions and 766 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.4"

gem "rails", "~> 7.1.3", ">= 7.1.3.3"
gem "rails", "~> 8.0.1"
gem "puma"
gem "sentry-ruby"
gem "sentry-rails"
Expand All @@ -23,6 +23,7 @@ group :development do
end

group :test do
gem "ostruct"
gem "rspec"
gem "rspec-rails"
gem "simplecov"
Expand Down
Loading

0 comments on commit 3ebca0c

Please sign in to comment.