Skip to content

Commit

Permalink
fix: deploy gem version rails
Browse files Browse the repository at this point in the history
  • Loading branch information
a-chacon committed Oct 11, 2024
1 parent 20c12e8 commit 83e9176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0.0-beta1.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '~> 8.0.0-beta1'
gem 'rails', '~> 8.0.0.beta1'

gem 'model-to-schema', '~> 0.1.2'

Expand Down

0 comments on commit 83e9176

Please sign in to comment.