Skip to content

Commit

Permalink
Support rails 8 for dev env (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: zogoo <ch.tsogbadrakh@gmail.com>
  • Loading branch information
Zogoo and zogoo authored Nov 1, 2024
1 parent 8cb05ef commit 02f3a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_dev.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "~> 7.2.1"
gem "rails", github: "rails/rails", branch: "main"
gem "activeresource", github: "rails/activeresource", branch: "main"

gemspec path: "../"

0 comments on commit 02f3a7a

Please sign in to comment.