Skip to content

Commit

Permalink
fix spec for rails 7.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vprigent committed Sep 23, 2024
1 parent e925599 commit 112cf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "http://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "rails", "~> 7.0"
gem "rails", "~> 7.0.0"

gemspec path: "../"

0 comments on commit 112cf40

Please sign in to comment.