Skip to content

Commit

Permalink
set minimum version for rails 8 to be 8.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
adiaz04 committed Nov 1, 2024
1 parent 9061299 commit f4b0925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.rails-8.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "rails", ">= 8.0.0.beta2", "< 8.1"
gem "rails", ">= 8.0.0.beta1", "< 8.1"
gem 'sqlite3'
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
gem 'activerecord-import'
Expand Down

0 comments on commit f4b0925

Please sign in to comment.