Skip to content

Commit

Permalink
update to rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gobijan committed Aug 14, 2024
1 parent 178bd49 commit bdc8a91
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"

ruby "3.2.2"
ruby "3.3"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.2"
gem "rails", "~> 7.2"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down
Loading

0 comments on commit bdc8a91

Please sign in to comment.